a{
 background-color: #cefff1;
 color: #808080;
}
a:hover{
 background-color: #cefff1;
 color: #808080;
 text-decoration: none;
}
a:visited{
 background-color: #cefff1;
 color: #808080;
 text-decoration: none;
}

.bio-banner {
 height: 30vh;
}

.bio {
 padding-left: 30px;
 font-size: medium;
 line-height: 25px;
}

.bio ul li span{
 width: 20px;
}

.footer {
    height: 1vh;
}