body, html
{
    background-color: #f0f0f0;
    font-weight: 200;
    font-family: "Helvetica Neue", "Helvetica", "Open Sans", "Calibri", "Arial", sans-serif;
}

.container
{
    margin: auto;
    max-width: 680px;
}

*
{
    border-radius: 0 !important;
}

a
{
    color: #e03869;
}

a:hover
{
    color: #c0315d;
}

.social-icon img
{
    height: 24px;
    opacity: 0.8;
    margin: 8px;
}

.social-icon:hover img
{
    opacity: 1;
}

#title
{
    font-weight: 200;
    font-size: 48px;
}