*{
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{
    color:black;
    text-decoration: none;
}
/* sidebar start */
#sidebar{
    width: 19vw;
    height: 98vh;
    position: fixed;
    top: 0px;
    left: 0px;
}
#main1{
    width: 38vw;
    margin-top: 50px;
}
#main2{
    width: 38vw;
    margin-top: 50px;
}
.container{
    /* border: 2px solid red; */
    width: 20px;
    height: 20px;
}
#mainsec{
    display: flex;  
    margin-bottom: 50px;
}
#maindiv1{
    width: 80vw;
    /* border: 2px solid yellow; */
    display: flex;
    justify-content: space-around;
    margin-left: 19vw;
    height: 175vh;
}
#logo{
    height: 25vh;
}
#logo>img{
    margin-top: 20px;
    width: 100%;
}
#menu{
    display: flex;
    flex-direction:column;
    justify-content: space-around;
    height: 55vh;
    align-items: center;
}
.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;
}
#profile{
    display: flex;
    justify-content: center;
    height: 9vh;
}
#socials{
    display: flex;
    justify-content: space-around;
    height: 9vh;
}
.mainimg{
    max-width: 100%;
}
footer{
   margin-left: 50%;
}