footer a img{
    width: 50px;
}
footer{
    grid-column: 1/4;
    text-align: center;
    color: white;
    background-color: black;
    padding: 20px;
}
#vali,#nombre{
    color: white;
}
h1{
    text-align: center;
    color: rgb(70, 70, 70);
    border-bottom: 1px solid blue;
}
.contenedor{
    margin-left: 45%;
}
li{
    margin-left: 2%;
    margin-bottom: 1%;
    width: fit-content;
}
#boton{
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 25%;
    background-color: rgb(32, 167, 201);
    color: white;
    padding: 1.3%;
    border-radius: 10px;
    font-weight: bold;
}