*{
    margin: 0px;
    padding: 0px;
}

/* body{
    background-color: rgb(0, 0, 0);
} */

/* img{
    width: 80vw;
    height: 100vh;
    text-align: center;
} */

main{
    display: flex;
    flex-wrap: wrap;
}


footer{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(70, 65, 65);
    color: aqua;

}

a:link{
    text-decoration: none;
    color: aqua;
}


.section{
    margin: 50px;
    height: 80%;
    width: 80vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 2px solid black; */
    
}

/* header{
    margin-bottom: 150px;
}

.contactos{
    margin: 50px;
    width: 100%;
    background-color: azure;
}

.contactos, label, h1, h4, a{
    align-items: center;
    justify-content: center;
    text-align: center;
    /* width: 100vw; 
} */

/* .section, label, h1, h4, a{
    align-items: center;
    justify-content: center;
    text-align: justify;
}*/ 
/* 
.section a{
    list-style: none;
} */


