*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
.header{
    color:rgb(9, 218, 9);
    background-color: rgb(0,0,255,0.15);
    text-align: center;
    height: 120px;
    text-decoration: none;
    min-width: 600px;
}
.title{
    height: 80px;
}
.title h1{
    text-align: center;
    font-family: cursive;
}
.title p{
    color: rgb(214, 107, 7);
}

.navbar{
    display: flex;
    min-width: 600px;
    justify-content: space-evenly;
    background-color:rgb(30, 30, 95);
    margin-left: 5%;
    margin-right: 5%;
    
}
.navbar a{
    text-align: center;
    color:white;
    padding:5px;
    text-decoration: none;    
}
.searchbar{
    text-align: centre;
    
 }
.searchinput{
   padding:4px;
   text-align: centre;
   
}
.searchbutton{
    padding: 4px;
    text-align: centre;
    background-color:rgb(0, 238, 255);
    
 }
.main{
    display: flex;
    flex-wrap:wrap;
    min-width: 600px;
      

}
.ongoingexam{
    width: 33%;
    color:black;
    background-color: rgb(235, 235, 235);
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border color: rgb(32, 32, 32);

    
}
.recruitment{
    display: flex;
    flex-direction: column; 
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);

}
.notes{
    width: 33%;
    display:flex;
    flex-direction: column;
    color:black;
    background-color: rgb(198, 230, 230);
    text-align: center;
    border: 1px solid black;
    
}

.subject{
    display: flex;
    flex-direction: column; 
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);
}
.allfiles{
    text-align: Right;
}

.signin{
    width: 33%;
    color:black;
    background-color: rgb(142, 238, 238);
    text-align: center;
    display:flex;
    flex-direction: column;
    border: 1px solid black;
    

}
.login{
    width:90%;
    display: flex;
    flex-direction: column;
    text-align: center;

    
}
.userid{
    width:80%;
    padding: 5px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3px;
    margin-bottom: 3px;

}
.password{
    width:80%;
    padding: 5px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.signup{
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);

}
.testseries{
    text-align: center;
}
.mocktest{
    display: flex;
    flex-direction: column; 
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);
}
.mockall{
    text-align: right;
}

.booster{
    text-align: center;
}
.boostertest{
    display: flex;
    flex-direction: column; 
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);
}
.boosterall{
    text-align: right;
}.booster{
    text-align: center;
}
.boostertest{
    display: flex;
    flex-direction: column; 
    text-align: left;
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(54, 54, 54);
}
.boosterall{
    text-align: right;
}

.footer{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}