:root { --text: #e9e9e9; --background: #3a3a3a; --dark-background: #242424; } body { font-family: Bahnschrift; color: var(--text); margin: 0; } main { background: var(--background); width: 100%; margin: 0; min-height: 100em; } header, footer, nav { width: 100%; margin: 0; background: var(--dark-background); display: flex; } header, footer { justify-content: space-between; } .navitem { padding: 0.5em; } a { text-decoration: none; color: var(--text-color); } .content { width: 60%; margin: 0 auto; padding-top: 2em; } .athena-container { padding: 1em; } .athena { height: 7em; margin-left: 1em; border-radius: 3.5em; } .athena:hover { box-shadow: 0 0 15px rgba(255, 255, 255, 0.322); } .main-title { text-align: right; } .main-title .title { font-size: 3em; }