html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0c0c0c;
    font-family: "EB Garamond";
}

h1, h2 {
    text-align: center;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 150px;
}

h1, h2, p {
    color: #ccc;
}

h2 {
    font-size: 1.6em;
}

p {
    font-size: 1.4em;
}

.centered {
    max-width: 850px;
    margin: auto;
}

a {
    text-decoration: underline;
    color: #ccc;
}
