/* .parent{
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: aqua;
    top: 0; left: 0;
}
.first{
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgb(47, 0, 255);
    top: 0; 
    right: 0;
} */
.parent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(116, 40, 40);
}
.first{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(32, 163, 163);
}
.second{
    position: absolute;
    height: 20%;
    width: 15%;
    top: 4%;
    left: 35%;
}
 .aa{
    position: absolute;
   top: 25%; left: 10%;

}  
.aab{
    position: absolute;
   top: 25%; left: 43%;

}  
.bb{
    position: absolute;
    left: 45%; top: 25%;
}
.c{
    position: absolute;
    left: 15%;
    top: 30%;
    font-size: larger;
    font-weight: bold;
}
/* .ff{
    padding: 2px;
    width: 50px;
    

} */
.ee{
    top: 35%; left: 5%;
width: 5px;
    position: absolute;
}
.ff{
    
    width: 80px;
    border-radius: 10%;
    padding: 6px;
}
.final{
    position: absolute;
    background-color: aqua;
    width: 50%;
    height: 100%;
    right: 0;

}
.aname{
    position: absolute;
    top: 10%;
    left: 10%;
}
.aclass{
    position: absolute;
    top: 14%;
    left: 10%;
}
.atab{
    position: absolute;
    left: 3%;
    top: 15%;
}
.us{

    padding: 13px;
    width: 100px;
    background-color: rgb(14, 185, 185);
    color: white;
    
}
.ode{

    top: 30%;
}
.hmm{
    position: absolute;
    width: 26%;
    background-color: antiquewhite;
    border-radius: 5px;
    bottom: 1%; left: 8%;
    min-height: 10%;
    border: 1px;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
} 
 .home{
    position: absolute;
    left: 9%;
    bottom: 9%;
    font-size: larger;
 }
 .hm{
    position: absolute;
    width: 26%;
    background-color: antiquewhite;
    border-radius: 5px;
    bottom: 1%; left: 70%;
    height: 10%;
    border: none;
} 
.hom{
    position: absolute;
    left: 71%;
    bottom: 9%;
    font-size: larger;
 }
 #uname{
    position: absolute;
    top: 5%;  left: 10%; font-size: larger;
    font-weight: bold; 


 }
 #uclass{
    position: absolute;
    top: 8%;  left: 10%;   font-size: larger;
    font-weight: bold;
 }