body {
    background: url('background.webp') no-repeat center center;
    background-size: cover;
}

.header-container {
    margin-top: 50px;
}

@media (max-width: 640px) {
    body {
        background: url('background-mobile.webp') no-repeat center center;
        background-size: cover;
    }
}
