.gallery_div{ 
    display:flex;    
    padding:2%;
    background-color: aqua;
    
    
}
.pic_box{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap:10px;
    height:auto;
    width:100%;
    align-items: center;

}
.gallery{
    display:flex;    
    height:min-content;
    min-width:300px;
    max-width:450px;
    flex-wrap:wrap; 
    margin-bottom:10px;    
}
.select{
    display: flex;
    color:rgb(255, 230, 0);
    font-size: 400;
    font-weight: bold;
    padding:1vW;
    justify-content: center;
    font-family: verdana;   
}
.school_info_container_fullwidth{
    width:100%;
    margin:auto;    
}
.select_box{
    position:static;
    width:100%;
    background-color: blue;
    height:60px;
}