body{
    background-image: url('../img/background-imlek.webp');
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size: cover;
}

.content{
    background: unset;
}
.header{
    background: url(../img/background-header.webp) no-repeat top center;
}