body {
    background: #0000FF;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

p {
    margin-top: 24px;
}

.content {
    padding: 16px;
}

.contact {
    margin-top: 64px;
    display: flex;
    align-items: center;
}

.contact a {
    color: #fff;
    font-weight: 400;
    margin-left: 16px;
}

.contact a:hover {
    text-decoration: underline;
}