body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f7f7f7;
    color: #222;
}

.route-hero {
    background: url('img/umling-hero.jpg') center/cover no-repeat;
    padding: 120px 20px;
    text-align: center;
    color: white;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.4);
}

.route-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.route-hero p {
    font-size: 20px;
}

.route-section {
    background: white;
    margin: 20px auto;
    padding: 30px;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.route-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.route-section ul {
    margin: 10px 0 0 20px;
    line-height: 1.7;
}

.warning {
    border-left: 6px solid #d9534f;
}
.warning h2 {
    color: #d9534f;
}
