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

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

h1, h2 {
    text-align: center;
}

h1 {
    font-size: 3.5em;
}

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

p {
    font-size: 1.5em;
}

.hr {
    display: inline-block;
}

.hr:after {
    content: attr(author);
    color: #ccc;
    font-size: 0.5em;
    display: block;
    margin-top: 0.5em;
    border-bottom: 6px solid #ccc;
    margin-bottom: 0.5em;
    text-align: right;
}

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

a {
    text-decoration: none;
    color: lime;
}

a:visited {
    color: green;
}
