html {
    scroll-behavior: smooth;

}


#header{
    background-image: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}