@charset "UTF-8";
@font-face {
  font-family: "Nova Mono";
  src: url("../fonts/NovaMono-Regular.ttf") format("truetype"); }

* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  font-family: "Nova Mono", monospace;
  letter-spacing: 0.5px;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #121212;
  color: #fbd3c0; }
  @media (prefers-color-scheme: light) {
    body {
      background-color: #fbd3c0;
      color: #121212; } }

a {
  color: inherit;
  text-decoration: inherit; }
  a:hover {
    text-decoration: underline; }
    a:hover > .dim {
      color: inherit;
      text-decoration: underline; }
  a.with-prompt:before {
    content: '>:';
    display: none; }
    @media (max-width: 767px), (max-height: 767px) {
      a.with-prompt:before {
        display: inline; } }

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 6px solid;
  width: 700px;
  height: 388.88889px; }
  @media (max-width: 767px), (max-height: 767px) {
    #container {
      width: 100%;
      height: 100%; } }
  #container h1  {
    margin: 0 0 16px 0; }

.secondary {
  color: rgba(251, 211, 192, 0.7); }

.dim {
  display: inline;
  position: absolute;
  color: #2c2c2c; }
  @media (prefers-color-scheme: light) {
    .dim {
      color: #f8b290; } }
  @media (max-width: 500px) {
    .dim {
      visibility: hidden; } }

#pgp-keys-small {
  color: #5f5f5f;
  display: none; }
  @media (max-width: 767px), (max-height: 767px) {
    #pgp-keys-small {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      line-height: 20px;
      bottom: 30px; } }

.space {
  margin-bottom: 10px; }

#pgp-keys-large {
  margin-top: 10px;
  color: #5f5f5f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px), (max-height: 767px) {
    #pgp-keys-large {
      display: none; } }
