*{
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
                #sidebar{
                    width: 19vw;
                    height: 98vh;
                    position: fixed;
                    top: 0px;
                    left: 0px;
                }

                #logo{
                    height: 25vh;
                }
                #logo>img{
                    width: 100%;
                    margin-top: 20px;
                }
                #menu{
                    display: flex;
                    flex-direction:column;
                    justify-content: space-around;
                    height: 55vh;
                    align-items: center;
                }
                #profile{
                    display: flex;
                    justify-content: center;
                    height: 9vh;
                }
                #socials{
                    display: flex;
                    justify-content: space-around;
                    height: 9vh;
                }
                .dropdown {
                    position: relative;
                }
                
                .dropdown-content {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 100%;
                }
                
                .dropdown:hover .dropdown-content {
                    display: block;
                }
                
                .dropdown-content a {
                    padding: 10px 20px;
                    display: block;
                    text-decoration: none;
                    color: #000;
                }
#main{
    /* border: 2px solid black; */
    height: 100vh;
    margin-left: 20vw;
    display: flex;
    justify-content: space-around;
}
.division1{
    border-right: 2px solid black;
    width: 28vw;
    height: 80vh;
}
.division2{
    /* border: 2px solid blue; */
   height: 80vh;
    width: 50vw;
}
.division1 img{
    width: 100%;
}
#img{
    
    background-color: rgb(236, 229, 229);


}
#img:hover{
    background-color: rgb(216, 211, 211);
    transition: 400ms;
}
#header{
    margin-left:20vw ;
    height: 20vh;
    display: flex;
    align-items: center;
}
.bar{
    font-size: 1.8em;
    font-weight: bolder;
}
a{
    text-decoration: none;
    color: black;
}
h3{
font-size: 1.2rem;
font-weight: 600;
margin-top: 8px;
}
.custom_header{
    font-weight: 100;
    margin-left: 4px;
    color: gray;
}
.subdiv h2,p{
    margin-left: 1vw;
    /* margin-top: 1vh; */
}
.subdiv p{
    margin-top: 10vh;
    font-size: 1.1rem;
    font-weight: 500;
}
#division3{
    display: flex;
    /* border: 2px solid red; */
    margin-top: 10VH;
    height: 50vh;
}             
    .subdiv3{
    /* border: 2px solid black; */
    width: 100%;
    height: 50vh;
    margin-left: 1vw;
    
    
}
.subdiv3 h4{
    display: inline-block;
   margin-top: 3vh;
}

ul{
    list-style: none;
}
span{
    font-size: 0.9rem;
    font-weight: 500;
    color: #616060c7;
}
.select_{
    font-size: 0.9rem;
}
#btn1{
    margin: 5vh auto auto 5vw;
    padding: 15px 25px;
    width: 8vw;
    border-radius: 0px;
}
#btn1:hover{
    transform: scale(120%);
    transition: 400ms;
    border-radius: 25px;
    /* background-color: black;
    color: white; */
}