html, body {
    background-color: black
}
#text01{
    background-color:rgb(10, 160, 127) ;
    font-size: 60px;
    text-align: center;
    width: 100vw;
    height: 15vh;
}

#fotologo
{
width: 300px;
height: 200px;
object-fit: cover;
float: left;

}

#text02
{
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 0;
    width: 90vw;
   
  
    text-align:center;
    font-family: 'Courier New', Courier, monospace;

}




.botones{
    color: brown;
    background-color: aqua;
    font-size: 2vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    border: solid 5px;
    border-radius: 30px;
    outline: none;
    text-decoration: none;
    display: inline-block;
    /* height: 20vh;
    width: 100vw
    */
    padding: 20px 30px;
    margin: 20px;
}
.botones:hover{
transition: 0.5s;
    
}

.listas{
    display: flex;
    flex-direction: row;

    justify-content: end;

}
.Perfil{
   
    background-color: brown;
    /* height: 100vh; */
    margin-right: 3.5vw;
    width: 93vw;
    padding: 2%;
  
}

.section-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    color: black;
    margin-right: 0%;
    margin-left: 6%;
  
    width: 100vw;
}
.fotos-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    width: 90%;
    border-radius: 5px;
}

.fotos-container .n2 {
    width: 18%;
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    
   
    
}
.n2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mipasoporelcolegio {
    background-color: rgb(101, 165, 42);
    /* height: 100vh; */
    margin-right: 3.5vw;
    width: 93vw;
    padding: 2%;
}
.section-text {
    color: azure;
   text-align: center;
}
#text03
{
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 0;
    width: 90vw;
   
  
    text-align:center;
    font-family: 'Courier New', Courier, monospace;

}
