/*
 * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . *
 *                                                                                   *
 *                        ██                                             ▄▄          *
 *                        ▀▀                                             ██          *
 *  ▄████▄    ██▄████   ████      ▄█████▄   ▄█████▄            ▄▄█████▄  ██▄████▄    *
 * ██▄▄▄▄██   ██▀         ██     ██▀    ▀   ▀ ▄▄▄██            ██▄▄▄▄ ▀  ██▀   ██    *
 * ██▀▀▀▀▀▀   ██          ██     ██        ▄██▀▀▀██             ▀▀▀▀██▄  ██    ██    *
 * ▀██▄▄▄▄█   ██       ▄▄▄██▄▄▄  ▀██▄▄▄▄█  ██▄▄▄███     ██     █▄▄▄▄▄██  ██    ██    *
 *   ▀▀▀▀▀    ▀▀       ▀▀▀▀▀▀▀▀    ▀▀▀▀▀    ▀▀▀▀ ▀▀     ▀▀      ▀▀▀▀▀▀   ▀▀    ▀▀    *
 *                                                                                   *
 *                                     Website                                       *
 *                     https://codeberg.org/ericabirch/erica.sh                      *
 *                                                                                   *
 * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . *
 *                                                                                   *
 * Copyright (c) 2026 Erica Birch                                                    *
 *                                                                                   *
 * Licensed under the Apache License, Version 2.0 (the "License");                   *
 * you may not use this file except in compliance with the License.                  *
 * You may obtain a copy of the License at                                           *
 *                                                                                   *
 * http://www.apache.org/licenses/LICENSE-2.0                                        *
 *                                                                                   *
 * Unless required by applicable law or agreed to in writing, software               *
 * distributed under the License is distributed on an "AS IS" BASIS,                 *
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.          *
 * See the License for the specific language governing permissions and               *
 * limitations under the License.                                                    *
 *                                                                                   *
 * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . * ` * . *
 */


@font-face {
  font-family: "Px IBM EGA8";
  src: url("/Px_IBM_EGA8.ttf") format("truetype");
}

.container {
  margin: 25px auto;
  max-width: 640px;
  width: 90%;
}

.inline {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.inline li {
  margin-left: 2em;
}

.inline li:first-child {
  margin-left: 0;
  margin-right: auto;
}

a {
  color: #db0069;
}

a:hover {
  background-color: #db0069;
  color: #cccccc;
  text-decoration: none;
}

a img {
  background-color: #0c0c0d;
}

body {
  background-color: #0c0c0d;
  color: #cccccc;
  font-family: "Px IBM EGA8", monospace;
  font-size: 16px;
  margin: 0;
}

code {
  background: none !important;
  box-shadow: none !important;
}

footer {  
  border-top: 1px #cccccc dashed;
  text-align: center;
}

header {
  border-bottom: 1px #cccccc dashed;
  border-top: 1px #cccccc dashed;
}

header a {
  text-decoration: none;
}

main {
  margin-top: 25px;
}

pre {
  background: #101011 !important;
}

pre[class*="language-"] {
  border-bottom: 1px #cccccc dashed;
  border-top: 1px #cccccc dashed;
}
