body { background-color:#DCD0CA;
    font-family: 'Raleway', sans-serif;

    
}




#aboutinfo {
/*
    text-align: justify;
    width:500px;
    position:absolute;
    bottom:50%;
    left:30%
*/
    margin-left: auto;
    margin-right: auto;
    width:40em;
    text-align: justify;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2;
    
}

li{
    float: right;
    list-style-type: none;
    padding:16px;} 
.list{
    margin-right: 25px;
}
    
a:hover {
    color:azure;
}
a:link {
    text-decoration:none;
    color: antiquewhite;
}
a {
    color: black
}