*{
    padding: 0%;
    margin: 0%;

}

body{
    height: fit-content;
    width: 100%;
    background: whitesmoke;
}

.logo{
    font-size: 4vw;
    color: white;
}

.menu{
    width: 100%;
    height: fit-content;
    background: firebrick;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    position: sticky;
    top: 0;

}

.icon{
    width: 45px;
    font-weight: bolder;
}



.nav-link{
    font-family: fantasy;
    font-style: italic;
    font-size: 1.4rem;
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 30px;
    transition: 0.1s;
    margin-right: 12px;
    
   }
   
   .nav-link:active{
       border-bottom: 0.6mm solid yellow;
       color: gold;
   }

  

.btn{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgb(190, 40, 40);

}

button:active{
    background: green;

}


.sub-menu{
    position: absolute;
    top: 55px;
    right: 10px;
    width: 200px;
    height: fit-content;
    display: none;
    justify-content: center;
    flex-direction: column;
    background: green;
    border-radius: 2mm;
    padding: 10px 0;
    box-shadow: 0px 5px 15px #3618df;
}

.options{
    width: 100%;
    font-family: fantasy;
    font-style: italic;
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0;

}

.options:active{
    background: firebrick;
    color: black;

}



.options:active{
    background: firebrick;
    color: black;

}


.truetitle{
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
    font-size: 3.1vw;
    font-weight: bolder;
    
   }

   .supertitle{
    font-size: 1.9vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
   }



.students{
    width: 400px;
    float: right;
    padding: 3%;
    margin-left: 4%;
    border-radius: 30%;
}


.title{
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
    font-size: 2.3vw;
    font-weight: bolder;
    
   }

.Subtitle{
    font-size: 1.9vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: left;

   }




.link{
    text-decoration: none;
    color: black;
}
p{
    font-size: 30pt;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
}

/*THIS IS FOR BUTTON EFFECTS*/

.table{
    display: flex;
    justify-content: center;
}
.table2{
    display: flex;
    justify-content: center;
}

.class-link{
    text-decoration: none;
    font-size: 25pt;
    color: black;
    margin: 10px;
    padding: 10px;
    background-color: crimson;
    text-transform: uppercase;
    border-radius: 10px;
    transition: 0.2s;   
}

.class-link:hover{
    background-color: chartreuse;
    
}



   .footer{
    background-color: green;
    width: 100%;
    color: white;
    margin-top: 15%;
    font-size: 1.9vw;
  
  }
  
/*THIS IS FOR SCREENS OF TABLET*/

  @media (max-width:1024px){

    .body{
        height: 100%;
    }

    .menu{
     width: 100%;
     height: auto;
    }
    .sub-menu{
        width: 100px;
    }


  .truetitle{
    font-size: 5vw;
  }

  .Subtitle{
    font-size: 3vw;
}
.title{
     font-size: 5vw;

  }
  .logo{
    font-size: 5vw;
}

.haruna{
width: 300px;
}

.students{
width: 200px;

}
#btns{
    width: 130px;
    font-size: 3vw;
}

.table{
    flex-direction: column;
}
.table2{
    flex-direction: column;
}

.footer{
     width: 100%;
     font-size: 3vw; 
     bottom: 0;
  
  }
}

/*THIS IS FOR SCREENS OF A SMARTPHONE*/

   @media (max-width:600px){

    .body{
        height: 100%;
    }

    .menu{
     width: 100%;
     height: auto;
    }
    .sub-menu{
        width: 100px;
    }


  .truetitle{
    font-size: 5vw;
  }

  .Subtitle{
    font-size: 3vw;
}
.title{
     font-size: 5vw;

  }
  .logo{
    font-size: 5vw;
}


.haruna{
width: 300px;
}


.students{
width: 200px;

}
#btns{
    width: 100px;
    font-size: 3vw;
}

.table{
    flex-direction: column;
}
.table2{
    flex-direction: column;
}

.footer{
     width: 100%;
     font-size: 3vw; 
     bottom: 0;
  
  }
}

/*THIS IS FOR SCREENS SMALLER THAN A SMARTPHONE*/

@media (max-width:100px){
    .body{
        height: 100%;
    }
    .menu{
     width: 100%;
     height: auto;
    }

    .sub-menu{
        width: 60px;
    }

  .truetitle{
    font-size: 5vw;
  }

  .title{
     font-size: 3vw;

  }
  .Subtitle{
    font-size: 2vw;
}

.logo{
    font-size: 3vw;

}


.haruna{
width: 300px;
}


.students{
    width: 200px;
    
    }

    #btns{
        width: 70px;
        font-size: 2vw;
    }

    .table{
        flex-direction: column;
    }
    .table2{
        flex-direction: column;
    }

.footer{
    width: 100%; 
    font-size: 2vw;
    bottom: 0;
 
 }

}



   