:root {
    --main_bg: #08070b90;
    --border: #dbeaff;
    --text: #dceaf4;
    --high-text: #feed7e;
}

::selection {
    color: #08070b;
    background: var(--high-text)
}

img {
    max-width: 100%; height: auto;
    image-rendering: pixelated;
}
html{
    cursor: url('../img/cursor.png'), auto;
    height: 100%;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}
  /*
   *   Fonnt: WebPlus_IBM_VGA_8x16 by VileR.
   *   Licensed under CC BY-SA 4.0.
   *   https://int10h.org/
   */

  @font-face {
      font-family: 'IBM VGA 8x16';
      src: url(WebPlus_IBM_VGA_8x16.woff) format('woff');
      font-weight: normal;
      font-style: normal;
}

  header {
      margin: 15px;
      padding-bottom: 10px;
      background-color: var(--main_bg);
      display: flex;
      flex-direction: column;
      align-items: center;

  }

  body {
      background-image: url("../img/background.png");
      image-rendering: pixelated;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100% 100%;
      background-color: var(--main_bg);
      font-family: 'IBM VGA 8x16', monospace;
      font-weight: normal;
      font-size: 1em;
      line-height: 16px;
      color: var(--text);
      margin:14px auto;
      padding:16px;
      max-width:800px;


  }

  main {
      margin: 15px;
      padding: 1em;
      background-color: var(--main_bg);
      text-align: center;
  }

  h1 {
      color: var(--text);
      font-size: 2em;
      line-height: 32px;
      font-family: 'IBM VGA 8x16';
      font-weight: normal;
      margin: 0;
}

  h2 {
      color: var(--text);
      font-size: 1em;
      padding: 2px 10px;
      font-weight: normal;
      text-align: center;
      background-color: var(--main_bg);
      display: inline-block;
      border:  2px;
      margin: 0;
  }

a {
   color: var(--high-text);
   text-decoration: underline;
   cursor: url('../img/cursor1.png'), grab;
}

a:focus {
    color: var(--high-text);
    text-decoration: none;
    background-color: transparent;
    outline: 1px solid var(--high-text);
    border-radius: 1px;
}

a:hover {
    color: var(--high-text);
    text-decoration: none;
}

nav {
    margin-top: 12px;
}

p {
    text-align: left;

}

footer {

    padding: 10px;
    margin: 15px;
    background-color: var(--main_bg);
    text-align: center;
    line-height: 16px;
    margin-bottom: 10px;
}


footer p {
    margin-bottom: 16px;
    text-align: center;
    margin: 0px;
}

hr {
    border:  1px dotted var(--high-text);
    color: var(--high-text);
    margin-top: 10px;
    margin-bottom: 5px;
}

.border{
    border-image-slice: 13 13 13 13;
    border-image-width: 13px 13px 13px 13px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url("../img/border.png");
    border-style: solid;

}
.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tor {
    background: url('../img/onion.png'), url('../img/exit.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding-left: 18px;
    padding-right: 16px;
}


.i2p {
    background: url('../img/i2p.png'), url('../img/exit.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding-left: 18px;
    padding-right: 16px;
}

.clearnet {
    background: url('../img/clearnet.png'), url('../img/exit.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding-left: 18px;
    padding-right: 16px;
}

