@import "https://www.nerdfonts.com/assets/css/webfont.css"; @import "classes.css"; @import "colors.css"; @font-face { font-family: standardGalactic; src: url(/fonts/galactic.ttf); } :root { background: repeat url("/assets/background-darker.png"); -webkit-background-size: repeat; -moz-background-size: cover; -o-background-size: cover; background-size: repeat; background-attachment: fixed; padding: 1rem; width: 1000px; max-width: calc(100% - 2rem); font-size: 20px; font-family: system-ui, sans-serif; line-height: 1.6; margin: auto; } footer { text-align: center; } figure { text-align: center; } audio { width: 100%; ; } h1 { font-size: 4rem; font-weight: 700; line-height: 1; margin-bottom: 1em; text-align: center; } hr { width: 32%; color: var(--gray); }