@import url(http://fonts.googleapis.com/css?family=Raleway);

#everything{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}


#toplogo{
    text-align: center;
}

#maincontent{
    height: 50%;
    text-align: center;
    align-content: center;
}

#leftcontent ul li{
    list-style: none;
    font-family: "Raleway";
    color: rgba(170, 170, 170, 0.79);
}

#projectsTable{
    text-align: center;
    align-content: center;
}

#projects{
    margin-left: auto;
    margin-right: auto;
    font-family: "Raleway";
    color: rgba(170, 170, 170, 0.79);
}

#footer{
    font-size: 9px;
    font-family: "Raleway";
    color: rgba(170, 170, 170, 0.79);
    text-align: center;
    bottom: 5px;
}