@font-face { font-family: 'Ubuntu'; src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf'); url('https://tebibyte.media/assets/fonts/ubuntu.woff2'); url('https://tebibyte.media/assets/fonts/ubuntu.woff'); } * { box-sizing: border-box; font-family: "Ubuntu"; scrollbar-color: #9d4e54 transparent; } ::selection { color: #171614; background: #9d4e54; } ::-moz-selection { color: #171614; background: #9d4e54; } a:link { transition-duration: 0.4s; color: #9d4e54; text-decoration: underline; text-decoration-color: transparent; } a:hover { transition-duration: 0.4s; color: #9d4e54; text-decoration: underline; } a:visited { transition-duration: 0.5s; color: #9d4e54; } p { text-align: justify; } body { background-color: #171614; color: #fafafa; margin: 0 auto; padding: 0 5%; max-width: 80em; display: flex; flex-direction: column; } .back h5 { color: #9d4e54; text-align: left; } .back a:link { transition: 0.5s; padding: 0.15em; border-radius: 0.5em; text-decoration: none; } .back a:hover { transition: 0.5s; color: #171614; background: #9d4e54; padding: 0.15em; border-radius: 0.5em; text-decoration: none; } .back a:visited { transition: 0.5s; padding: 0.15em; outline: 0.15em solid #9d4e54; border-radius: 0.5em; text-decoration: none; } .content { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0; padding: 1em; border-radius: 20px; background: #171614; box-shadow: 1.5em 1.5em 3.5em #131211, -1.5em -1.5em 3.5em #1b1a17; } .exposition { flex-basis: 100%; } #intro { text-align: center; } #pronouns { text-align: center; font-size: 0.8em; } .section { margin: 1em; flex-basis: 45%; flex-grow: 1; } .break { flex-basis: 100%; height: 0; } /* * This css is free software: you can redistribute and/or modify it under the * terms of the GNU Affero General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later version. * * This css is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * This css. If not, see . */