#logoHolder {
    width: 100%;
    display: block;
}
nav {
    background-color: #555!important;
}
#bio {
    border-width: 2px!important;
    font-size: 1.3em!important;
    border-style: solid!important;
    border-radius: 25px 25px 55px 5px/5px 55px 25px 25px!important;
    background-color: #555555!important;
    margin-bottom: 15px;
    color: #fff;
    padding: 18px;
}
body{
    padding: 25px;
}
h1 {
    font-size: 3em;
    font-weight: bold;
    color: #000!important;
}