*{
    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{
    width: 19vw;
    height: 98vh;
    position: fixed;
    top: 0px;
    left: 0px;
}
#main1{
    width: 38vw;
    margin-top: 25px;
}
#main1>h1{
    font-weight: 5000;
    font-size: 36px;
    color: #000;
    font-family:'Oswald',sans-serif;
}
#main2>h1{
    font-weight: 5000;
    font-size: 36px;
    color: #000;
    font-family:'Oswald',sans-serif;
    border-bottom: 5px solid #000;
    padding-bottom: 12px;
}
#main2>p{
    font-family: "Arial",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 50px;
}
#main2{
    width: 38vw;
    margin-top: 45px;
}
.container{
    /* border: 2px solid red; */
    width: 20px;
    height: 20px;
}
#maindiv1{
    width: 80vw;
    /* border: 2px solid yellow; */
    display: flex;
    justify-content: space-around;
    margin-left: 18.9vw;
    height: 130vh;
}
#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;
}
#main1>img{
    max-width: 100%;
}
#main2>img{
    max-width: 100%;
}
footer{
   margin-left: 50%;
}
.info{
    margin: 0px 0px 0px 10px;
}
.info1{
    margin-top: 20px;
}
#new1{
    margin-top:30px;
    font-size: 20px;
    font-weight: 5000;
    color: #000;
    font-family:'Oswald',sans-serif;
}
#new1:hover{
    cursor: pointer;
}
#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;
}
.a{
    display:flex;
    flex-direction:column;
    justify-content: space-around;
}

.custom_header{
    font-weight: 100;
    margin-left: 4px;
    color: gray;
}
