.footericon{
    width: 55px;
    height: auto;
    filter: grayscale(100%);
    z-index: 10;
    transition: all 200ms ease-in;
}
.footericon:hover{
    filter: grayscale(0);
    scale: 1.25;
    transition: all 200ms ease-in;
}.footer-main{
     position: absolute;
     margin: 0 auto;
     z-index: 0;
     align-content: center;
     justify-content: space-evenly;
     flex-direction: column;
     text-align: center;
     color: white;
     display: flex;
     height: 100%;
     min-width: 325px;
     background-color: rgba(49, 49, 49, 0.5);
     box-shadow: 0 0 50px 50px rgba(49, 49, 49, 0.5);
     clip-path: inset(0 -100px -100px -100px);

 }.footer h2{
      font-size: 3rem;
  }
.iconbox{
    display: flex;
    justify-content: space-evenly;
}
.footerline{
    align-self: center;
    width: 15%;
    height: 5px;
    background-color: #f68d1a;
    border-radius: 30px;
}
.footer{
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 0;
    display: flex;
    overflow: hidden;
    background-color: rgb(49, 49, 49);
    height: 400px;
    justify-content: center;
}
.idkman{
    pointer-events: none;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    min-width: 700px;
}
.footer-main p{
    color: rgb(105, 105, 105);
}
.footer-main-school-name{
    align-self: center;
}
@media only screen and (max-width:600px) and  (max-aspect-ratio:5/4){
    .footericon{
        width: 45px;
        height: auto;
    }
    .footer h2{
        font-size:2rem;
    }}
@media only screen and (max-aspect-ratio:3/4){
    .footericon{
        width: 45px;
        height: auto;
    }
    .footer h2{
        font-size:2rem;
    }}
