:root { font-family: "Courier New", Courier, monospace; --black: #000; --grey: #4e505c; --orange: #fc9156; --yellow: #ffe75a; --white: #eceee1; } body { background-color: var(--black); } ul { list-style: ":: "; padding-left: 3ch; } h1 { font-size: clamp(1.5rem, 1.8vw, 2rem); } h2, h3 { margin-bottom: 13px; } h2 { font-size: 1.5rem; } h3 { font-size: 1.25rem; } p, li { font-size: 1rem; line-height: 1.5rem; } p, ul { margin: 13px 0; } a { font-size: 1rem; color: var(--yellow); text-decoration: underline dashed; text-underline-offset: 4px; } a:hover { color: var(--orange); } .bwcontainer { background-color: var(--black); border: 10px double var(--white); } .bwbox { color: var(--white); background-color: var(--black); border: 10px double var(--white); padding: 13px 15px; } .center { text-align: center; vertical-align: middle; } .flex { display: flex; flex-wrap: wrap; } .flexcenter { justify-content: center; align-items: center; } .barcodetext { font-family: barcodetext; } .button { display: inline-block; color: var(--yellow); border: 10px double; padding: 4px 6px; } a.button { text-decoration: none; } @font-face { font-family: barcodetext; src: url("/fonts/LibreBarcode39ExtendedText-Regular.woff"); }