.img-fondo{
    background-image: url(/assets/img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.center-button{
    display: flex;
    justify-content: center;
}