body {
    background-image: linear-gradient(180deg, rgba(240, 244, 249, 0.9) 0%, #ffffff 70%), url('/assets/images/graphics/delivery_moto.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

h1.display-2 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
