* {
    margin: 0%;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1{
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 80px;
    color:#243763;
    margin-bottom: 200px;
}
.container{
    display: flex;
    flex-direction: row;
}
li {
    list-style-type: none;
}
a{
    text-decoration: none;
    margin: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.block1{
    background-color: #070F2B;
    width: 20%;
    height: 100vh;
}
.block2{
    background-color: white;
    width: 80%;
}
li:nth-of-type(1)
{
    color: azure;
    font-size: 25px;
    font-weight: 600;
    margin: 10px;
    margin-left: 2px;
}
li:nth-of-type(2){
    margin-top:250px;
    margin-bottom: 10px;
}
li:nth-of-type(3){
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidebar{
    color:#00FFAB;
    font-size: 20px;
    font-weight: 500;
}
.sidebar:hover{
    background-color: #F1F8E8;
    color:#083358;
    border-radius: 20px;
}
.logout-btn{
    align-items: start;
    margin-left: 80px;
    background-color: #070F2B;
    color:#EEF7FF;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
}
img{
    margin-left: 500px;
    margin-top: 10px;
}
.logbox{
    display: flex;
    flex-direction: row;
}
