.body {
    font-family: 'Merriweather', sans-serif;
}

#imgdiv {
    margin-left: 100px;
    margin-top: 0px;
    position: relative;

}

#name {
    color: white;
    margin-left: 100px;
    font-size: 65px;
    margin-top: 0;
    font-family: Sacramento, cursive;
}

#myimage {

    width: 350px;
    height: 400px;
    border-radius: 50%;
}

.upper {
    width: 95%;
    padding: 0px 0px;
    display: flex;

    justify-content: space-between;

}

.upper ul li {

    display: inline-block;
    margin: 0 10px;

}

ul li a {

    color: #baab8f;
    font-size: 19pt;
    padding: 5px 15px;
    text-decoration: none;
}

ul li a:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    filter: brightness(80%);
}

.Project ol li ul{
    color: white;
    font-size: 20px;

}

.Project li{
    color: #8b8b8b;
    font-size: 30px;
}
.Project{
    margin-left: 400px;
}

.contactme{
    position: fixed;
}

#projects ol{
    color: white;
    font-size: 20px;

}