/* 333 DREAMS 333 — BASE STYLE */


/* 1. PAGE */

body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Times New Roman", serif;
}


/* 2. HEADER */

header {
    padding: 20px 5%;
}


/* 3. NAVIGATION */

nav {
    text-align: center;
}

nav a {
    text-decoration: none;
    margin: 0 12px;
}


/* 4. CONTENT */

main {
    width: 88%;
    max-width: 1000px;
    margin: 60px auto;
    line-height: 1.7;
}

p {
    font-size: 1.18rem;
}


/* 5. HEADINGS */

h1 {
    font-weight: normal;
}

h2 {
    margin-top: 70px;
}

h3 {
    margin-top: 45px;
}

h4 {
    margin-top: 30px;
}


/* 6. LINKS */

a {
    color: inherit;
}


/* 7. FORMULAS / RUNES */

.formula,
.rune {
    text-align: center;
    font-family: "Times New Roman", serif;
    margin: 30px auto;
}