body{
    background-image: url("fondo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    color: white;

}
.contenido{
    margin-top: 10px;
    padding: 5px;

}
section{
    display: flex;
    justify-content: center;
}
section a{
    text-decoration: none;
    justify-content: center;
}

.boton{
    text-align: center;
    color: rgb(255, 255, 255);
    list-style: none;

    border-style: groove;
    border-radius: 15px ;
    border-color: rgb(194, 197, 16);
    max-width: 30vh;
    flex:1;
    padding: 20px;
    margin: 30px;
    background-color:rgb(18, 21, 189) ;
}
.boton:hover{
    background-color:rgb(8, 11, 221) ;
}
@media(max-width:1169px){
    .inforDescarga{
        max-width: 500px;
    }
}