*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* font-weight: bolder; */
}

/* nav{
    height: 75px;
    background-color: white;
    border: 2px solid black;
    display: flex;
    justify-content: left;
    align-items: center;
}

nav div img{

    height: 100px;
} */

#main{
    height: 98vh;
    width: 100vw;
    border: 2px solid lightgray;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#left img{
    height: 80px;
    width: 80px;

}

#left{
    height: 100vh;
    width: 270px;
    /* border: 2px solid red; */
    justify-content: space-around;
    align-items: center;
    padding: 60px;
    font-size: larger;
    font-weight:normal;
}



#left #content{
    padding-top: 60px;
    margin-top: 60px;
}

#center{
    height: 100vh;
    width: 500px;
    padding: 0px;
    /* border: 2px solid green; */
}

#center img{
    height: 580px;
    width: 500px;
}

#right{
    padding-top: 100px;
    height: 100vh;
    width: 400px;
    /* border: 2px solid blue; */
    padding-left: 30px;
    border-left: 2px solid lightgray;
    
    margin: 20px;
    
}

#right form{
    height: 500px;
    width: 400px;
    padding-top: 30px;
}

input,button,a{
    height: 40px;
    width: 300px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}
input{
    padding: 8px;
}

button{
    background-color: #0064E0;
    color: white;
}

#right a{
    text-decoration: none;
    color: white;

    border-style: none;
}

#right #account{
    margin-top: 30px;
    border: 2px solid #0064E0;
    color: #0064E0;
    background-color: white;
    border-radius: 20px;
}

#right #account a{
    color: #0064E0;
}

#right img{
    height: 20px;
    width: 80px;
}

#right #meta{
    justify-content: center;
    align-items: center;
    margin-left: 110px;
}
