@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Ubuntu:wght@300&display=swap');
*{
    font-family: 'Amatic SC', sans-serif;
font-family: 'Ubuntu', sans-serif;
margin: 0;
    padding: 0;
    box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
  scroll-padding-top: 0 rem;
}
/*-----------------------------------------------Header------------------------------------------------*/
header{
    position: fixed;
    width: 15vw;
    height: 100vh;
    text-align:left;
    z-index: 5;
    padding-left: 20px;
    border-right: 1px solid grey;
}

nav{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: fit-content;
    height: 80vh;
}

.nav-element{
    color:black;
    padding: 10px;
    font-weight: bolder;
}
#uploadButton{
    border: none;
    background-color: white;
    font-size: 1rem;
    font-weight: bold;
}
.nav-element i{
    padding-right: 5px;
    font-size: 1.5rem;
    
}
#profile img{
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: 1px solid black;
   
}
#setting{
    position: absolute;
    bottom: 10px;
}

#top img{
    margin-top: 30px;
    margin-bottom: 10px;
    width: 10vw;
}
/*--------------------------------------------------------------Main Division-------------------------------------*/
#maindiv{
    float: right;
    width: 85vw;
    height: 100%;
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-direction:row;
}
#maindiv #outerdiv{
    margin-top: 40px;
    width: 60vw;
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-direction:column;
}
.top-div1{
    display: flex;
    flex-direction:row;
}
.top-div1-left{
    width: 20vw;
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-direction:row;
}
.top-div1-right{
    width: 40vw;
}
.top-div1-left img{
    width: 150px;
        height: 150px;
        padding: 10px;
        border-radius: 50%;
}

.right1, .right2{
    display: flex;
    justify-content:left;
    justify-self:left;
    flex-direction:row;
}
.right2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.right2 p{
    padding-right: 20px;
}
.right1 button{
    margin-left: 10px;
    padding: 8px;
    background-color: rgb(179, 179, 179);
    border: none;
    border-radius: 5px;
    font-weight: bolder;
}

.right1 i{
    font-size: 1.5rem;
    margin-top: 3px;
    margin-left: 15px;
}
.right1 h3{
    margin-right: 10px;
}

.right6{
    margin-top: 20px;
}
/*-------------------------------------------*/

.top-div2{
   display: flex;
    flex-direction:row;
    justify-content: center;
    justify-self: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid grey;
}
.top-div2 div{
    font-size: x-small;
}
.top-div2 div figcaption{
   margin-left: 40px;
}
.top-div2 img{
    width: 80px;
    height: 80px;
    border: 1px solid black;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
}
/*----------------------------------------------*/
.top-div3{
    display: flex;
    flex-direction:row;
    justify-content: center;
    justify-self: center;
    padding: 10px;
}
.top-div3 div{
    display: flex;
    flex-direction:row;
    justify-content: center;
    justify-self: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
}
.top-div3 div i{
    margin-left: 5px;
    margin-right: 5px;
}

/*----------------------------------------*/
.bottom-div{
    background-color: white;
}
table tr td img{
    width: 285px;
    height: 285px;
}
table tr .middle{
    border-left: 2px solid white;
    border-right: 2px solid white;
}
