body {
    background-color: turquoise;
}

aside {
    text-align: center;    
}
.menuUno {
    background-color: rgb(82, 109, 136);
    box-shadow: 5px 5px 5px black; 
    margin-bottom: 2vw;   
}
.menuDos {
    background-color: rgb(82, 109, 136);
    box-shadow: 5px 5px 5px black; 
    margin-bottom: 2vw;  
}
input {
    background-color: bisque;
    font-size: 2vh;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-bottom: 1vw;  
    margin-left: 4vw;
    box-shadow: 7px 7px 7px black;
    margin-top: 1vw;
    cursor: pointer;
}
.info {
    background-color: rgb(193, 106, 233);
 }
 .donar {
    background-color: rgb(193, 106, 233);
 }

.moverArriba {
    display: grid;
    grid-template: repeat(8, 0fr) / repeat(8, 1fr);
    grid-gap: 0px 0px;
  }
.moverAbajo {
  display: grid;
  grid-template: repeat(8, 0fr) / repeat(8, 1fr);
  grid-gap: 0px 1px;
  margin-bottom: 3vw;
}
input:hover {
    background-color: green;
}

.studentOne {
    width: 70vw
    
 }
 .studentOne {
    height: 50vw;
    
 }
 .img1 {
    transition: all 1.1s;
 }
 .img1:hover {
    transform: scale(1.1);
 }
 .img2 {
    transition: all 1.1s;
 }
 .img2:hover {
    transform: scale(1.1);
 }
 .img3 {
    transition: all 1.1s;
 }
 .img3:hover {
    transform: scale(1.1);
 }
 .img4 {
    transition: all 1.1s;
 }
 .img4:hover {
    transform: scale(1.1);
 }
 .img5 {
    transition: all 1.1s;
 }
 .img5:hover {
    transform: scale(1.1);
 }
 .img6 {
    transition: all 1.1s;
 }
 .img6:hover {
    transform: scale(1.1);
 }
 .img7 {
    transition: all 1.1s;
 }
 .img7:hover {
    transform: scale(1.1);
 }
 .img8 {
    transition: all 1.1s;
 }
 .img8:hover {
    transform: scale(1.1);
 }
 .derechos {
    font-size: 2vh;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
 }
 /*RESALTAR QUE NECESARIO PASSWORD*/
 .sombra:hover {
         background-color: red;
 }
 .pie1 {
   font-size: 0.6rem;
 }
    
