:root {
    font-family: "Times New Roman", Times, serif;
    color: white;

    background-color: #001;
    background-image: linear-gradient(180deg, #001, 60%, #223);
    background-attachment: fixed;
    background-size: cover;
}

body {
    max-width: 40em;
    padding: 2em;
    margin: auto;
}

header {
    margin-bottom: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: white;
}

article {
    margin: 2em 0;

    &:first-of-type { margin-top: 0; }
    &:last-of-type { margin-bottom: 0; }

    p {
        text-indent: 2em;
        text-align: justify;
    }
}

