| body { | |
| font-family: 'Helvetica', 'Arial', sans-serif; | |
| } | |
| h1 { | |
| font-family: "Libre Baskerville", serif; | |
| font-style: normal; | |
| } | |
| .vertical-center { | |
| min-height: 100%; | |
| min-height: 100vh; | |
| display: flex; | |
| } | |
| #content { | |
| cursor: default; | |
| } | |
| .lang { | |
| white-space: nowrap; | |
| } | |