@font-face { font-family: Share Tech Mono; src: url("fonts/share-tech-mono.regular.ttf"); } @font-face { font-family: Fira Mono; src: url("fonts/FiraMono-Medium.otf"); } html { background-color: white; background-repeat: no-repeat; background-position: center; background-size: 100%; background-attachment: fixed; font-size: 16px; @media (max-width: 1000px) { font-size: calc(12px + .4vw); } } body { text-align: center; max-width: 800px; margin: 0 auto; font-size: 1.5rem; font-family: "Share Tech Mono"; color: black; } .box { display: flex; flex: 1 1 auto; flex-direction: column; text-align: center; align-items: center; justify-content: center; height: 12rem; } h1 { font-size: 100px; text-align: center; font-weight: 400; font-style: normal; letter-spacing: 0px; text-transform: none; line-height: 1.3em; } h2 { font-size: 30px; font-family: "Share Tech Mono"; font-weight: 400; font-style: normal; letter-spacing: 0px; text-transform: none; line-height: 1.3em; } h3 { font-weight: 400; font-style: normal; line-height: 1.7em; letter-spacing: 0px; font-size: 15px; font-family: "Fira Mono"; } header p, footer p { font-size: 2rem; } header p.italic, footer p.italic { font-style: italic; } main p { line-height: 3rem; } .blink { animation: blinker 0s step-end infinite; } @keyframes blinker { 50% { opacity: 0; } } a, a:active, a:visited { color: #ffffff; }