#bodyimage{
    width: 100%;
    margin-top: -15%;
}
#aboutdiv{
    /* border: 1px solid; */
    position: absolute;
    width: 90%;
    margin-top: 10%;
    margin-left: 5%;
    display: flex;
    justify-content: space-around;
}
#aboutdiv h2{
    color: rgb(88, 88, 88);
    font-weight: lighter;
    font-size: 20px;
}
#aboutdiv p,#aboutdiv li{
    color: rgb(46, 46, 46);
    font-size: 90%;
}
#aboutdiv a{
    text-decoration: none;
}
#aboutdiv>div:nth-child(2){
    border-left: 1px solid grey;
    width: 40%;
    text-align: end;
    display: flex;
    align-items: center;
    padding-left: 10%;
}
#about>div{
    width: 50%;
}