/*

*/

body
{
    font-family: "Source Code Pro";
    background-color: rgb(21, 26, 31);
}

#header
{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    width: 720px;
}

#header p, h1
{
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 2px 2px rgb(0, 0, 0);
}

.logo img
{
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 100px;
}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 100%;
    background-color: rgb(41, 46, 51);
}

#footer p
{
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 2px 2px rgb(0, 0, 0);
}

a:link
{
    color: rgb(0, 140, 197);
}

a:visited
{
    color: rgb(0, 197, 140);
}