body {
    background-color: #edf3ef;
    color: #565656;
    padding-bottom:10%;
}

.title{
    font-family: Georgia, serif;
    font-size: 500%;
    text-align: center;
    margin-left:25%;
    width:75%;
    height: 10%;
    float: left;
}

.subtitle{
    font-family: Georgia, serif;
    font-size: 300%;
    text-align: center;
    height: 10%;
    float: left;
    width:100%;
}

.text{
    font-size: 200%;
    margin-top: 0px;
    margin-left: 25%;
    float: left;
    width: 50%;
}

.sidebar{
    width: 20%;
    padding-top: 10%;
    padding-right: 2%;
    border-right: 2px solid #727272;
    font-family: 'Courier New', monospace;
    color: #727272;
    font-size: 300%;
    text-align: right;
    float: left;
    height: 100%;
    position: fixed;
}

.sidebartext:hover{
    color: #bbbbbb;
}

.sidebartext{
    margin: 0px;
}

.crossbar{
    margin-left: 25%;
    float: left;
    border-top: 2px solid #727272;
    width: 50%;
}

.link{
    text-align: center;
    color: black !important;
    float: left;
    margin-bottom: 10px;
    font-size:75%;
}

.box{
    float: left;
    margin-left:25%;
    margin-right:25%;
    width: 50%;
    height: auto;
    border: 2px solid #727272;
    margin-bottom:5%;
}