body {
    margin: 0;
}

.content {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 16px;
    max-width: 960px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 16px;
}

strong, b {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.8rem;
}

a {
    color: rgb(0, 97, 163);
}

img.logo {
    margin-bottom: 16px;
    max-width: 300px;
    height: auto;
}