body {
    background: #282828;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
}
#nav_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: #282828;
    clear: left;
}
#logo {
    position: fixed;
    top: 0;
    left: 1%;
    width: 13%;
}
header div a {
    position: absolute;
    left: 25%;
    width: 100%;
    height: 10%;
    font-size: 26pt;
}

#home_button {
    top: 30%
}

#about_button {
    top: 40%
}

#labs_button{
    top: 50%;
}

#portfolio_button {
    top: 60%
}

.link {
    color: #3500D3  ;
}

.link:hover{
    color: #190061;
}

#content_div_1{
    position: absolute;
    left: 15%;
    top: 0;
    width: 85%;
    height: 90%;
    background-color:#0C0032;
}

body div h1{
    position: absolute;
    top: 10%;
    left: 35%;
    font-size: 32pt;
    color: lightslategray;
}

body div p {
    color: lightslategray;
    width: 90%;
    font-size: 24pt;
    position: absolute;
    top: 20%;
    left: 5%;
}

p, div, h1, a, body, header {
    font-family: Helvetica, Arial, sans-serif;
}