#topheadd{
    padding-left: 150px;
    padding-top: 5px;
    font-weight: bolder;
    font-size: 20px;
    background-color: white;
    height: 40px;
    justify-content: center;
}
body{
    background-color:rgb(238,238,238);
}
#bodyboxx{
    display: flex;
    padding-top: 8%;
    
  
}
#bodyboxx #rightcontainer{
    display: flex;
    width: 20%;
    /* border: 1px solid red; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}



#headerr{
    display: flex;
    justify-content: space-around;
    color: black;
    font-weight: bolder;
    padding: 10px;
    box-shadow: 0px 0px 1px 0px #a6aaab;
    background-color: rgb(238,238,238);
   
}
#leftcontainerr{
    margin-left: 9%;
    margin-right: 2%;
   
    width: 60%;
    background-color: white;

}


#onesection>a{
    display: flex;
    color: rgb(3,169,244);
    text-decoration: none;
    font-size: large;
    margin-top: 8px;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
   
} 
#onesection{
    margin-bottom: 50px;
    margin-top: 10px;
}

#bottemm{
    display: flex;
    margin-left: 20px;
}
#bottemmm{
    margin-right: 20%;
}

#divss{
    cursor: pointer;

}

