body {
    background: #1f1f1f;
    font-family: "ff-tisa-web-pro", georgia, sans-serif;
    font-style: italic;
    font-size: 100%;
    color: #ababab;
}

.content {
    position: absolute;
    top: 10%;
    left: 10%;
}

h1 {
    font-family: "futura-pt", arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:  3em;
    color: white;
    margin: 0;
    padding: 0;
}

p {
    margin: -5px 0 10px 0;
    padding: 0;
}


a {
    font-family: "source-sans-pro", arial, sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
}

#twitter, #facebook {
    padding-right: 1.8em;
}

 #twitter {
    color: #4dcbd0;
}

#facebook {
    color: #4d9fd9;
}

#contact {
    color: #d94d60;
}