body {
    background-color: floralwhite;
    font: 400 16px 'Helvetica Neue', sans-serif;
}

a {
    color: black;
}

svg {
    width: 2rem;
}

.left {
    padding-left: 1.5rem;
}

.social {
    position: absolute;
    bottom: 1.5rem;
    right: 0.25rem;
}

.social a {
    text-decoration: none;
    margin-right: 0.75rem;
}

@media only screen and (min-width: 35em) {
    body {
        font-size: 1.6rem/1.42857;
    }

    .left {
        width: 50%;
        position: absolute;
        left: 0px;
        height: 100%;
    }

    .right {
        background: url('../img/copenhagen.jpg');
        background-size: cover;
        width: 50%;
        position: absolute;
        right: 0px;
        height: 100%;
    }

    .social {
        left: 1.5rem;
    }
}
