

 
.head1
{
    margin-top: 150px;
    background-color:  rgb(140, 21, 21);
    color: white;
    /* border: 3px solid red; */
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;
    width: 96%;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    display: block;
     
     
}






.main
{
    /* background-color: rgb(143, 143, 236);
    border: 4px solid rgb(245, 245, 182);
    border-radius: 10px;
    padding: 1%;
    margin-top: 200px; */
    margin-bottom: 50px;
    margin-left: 2%;
    margin-right: 2%;
    
}  



.form
{
    /* background-color: rgb(155, 238, 238); */
    /* border: 4px solid rgb(101, 225, 101); */
    border-radius: 10px;
    /* padding: 1%; */
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
}

.class
{
     
    background-color: white;
    color: black;
    border-radius: 10px;
    
    margin-top: 2%;
    margin-bottom: 2%;
    text-align:left;
    margin-left: 5%;
    margin-right: 5%;
    padding: 2%;
    /* font-weight: bold; */
    font-size: 20px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
}




#student
{
    color:  black;
    text-align:justify;
    /* font-size: 140%; */
}

#submit:hover
{
    cursor: pointer;
    color: white;
    background-color: rgb(140, 21, 21);
    
}



input
{
     
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
height: 30px;
border-radius: 10px;
/* border: white 0px; */
text-align: center;
font-size: 18px;
/* font-weight: bold;  */

 
 
}




.class #male
{
    width: 25px;
    margin-left: none;
    margin-right: none;
    height: 30px;
    border-radius: 10px;
    /* border: white 0px; */
    text-align: center;
    /* font-size: large;
    font-weight: bold; */
    /* box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5); */
}



.class  #female
{
    width: 25px;
    margin-left: none;
    margin-right: none;
    height: 30px;
    border-radius: 10px;
    /* border: white 0px; */
    text-align: center;
    /* font-size: large;
    font-weight: bold; */
    /* box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5); */
}





