@font-face {
    font-family: VCR;
    src: url(/resources/fonts/VCR_OSD_MONO.ttf);
  }

  @font-face {
    font-family: OfficeCodePro;
    src: url(/resources/fonts/OfficeCodePro-Light.otf)
}
/* https://github.com/nathco/Office-Code-Pro */

@font-face {
    font-family: Roboto;
    src: url(/resources/fonts/Roboto.ttf)
  }

body {
    background: url(/resources/videos/stormybackground.gif);
    background-size:cover;
    margin-top: 5vh;
}

p  {
    font-family: VCR;
    text-shadow: 0px 0px 16px black;
    font-size: 1.75em;
}

a {
    font-family: VCR;
    font-size: 1.75em;    
}

a:link {
    color: #0000F0;
  }
  
  a:visited {
    color: #0000F0;
  }

h1 {
    color: white;
    font-size: 3em;
    font-family: VCR;
    text-align: center;
    text-decoration: overline underline 0.1em;
}

h2 {
    font-size: 2.5em;
    font-family: VCR;
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

  .musicplayerholder {
    z-index: 9;
    font-family: VCR;
    position: fixed;
    background: radial-gradient(circle, rgba(0,24,144,1) 0%, rgba(213,97,255,1) 100%);
    border: 8px solid black;
    bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
    width: fit-content;
    padding-left: 26px;
    padding-right: 26px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: sway;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 5s;
    transform: translateY(0px);
  }
  
  .musicplayersong {
    color: white;
    font-size: x-large;
  }
  
  .musicplayeralbum {
    color: white;
    font-size: larger;
  }
  
  .musicplayerartist {
    color: white;
    font-size: large;
  }

.backing {
    margin: auto;
    width: 75vw;
    background: linear-gradient(90deg, rgba(248,248,255,0) 0%, rgba(248,248,255,1) 10%, rgba(248,248,255,1) 90%, rgba(248,248,255,0) 100%);
    padding: 64px;
}

.storysection {
    border: 1px solid black;
    padding: 8px;
}

.selectionbox {
    border-left: 4px inset black;
    border-top: 4px inset black;
    box-shadow: inset 3px 3px 6px black;
    padding-top: 16px;
    padding-left: 32px;
    margin-left: 5vw;
    margin-right: 5vw;
}

.storybox {
    font-family: VCR;
    font-size: 32PX;
    background: linear-gradient(90deg, rgba(81,255,177,1) 75%, rgba(81,255,177,0) 100%);
    border-left: outset 4px black;
    padding: 4px;
    padding-left: 16px;
    margin: 4px;
    margin-left: 20px;
    user-select: none;
}
  
.storybox:hover {
    display: block;
    font-family: VCR;
    font-size: 32PX;
    background: linear-gradient(90deg, rgb(138, 255, 202) 75%, rgba(81,255,177,0) 100%);
    margin-left: 24px;
    transition: .1s;
}

.storytitle {
    font-size: 2em;
}

.storydesc {
    font-family: OfficeCodePro;
    font-size: 1em;
}

.storylinks {
    font-size: 1em;
}

.helpmeiaminhell {
    background: linear-gradient(90deg, rgba(195,34,34,1) 0%, rgba(238,147,42,1) 75%, rgba(253,187,45,0) 100%);
}

.helpmeiaminhell:hover {
    background: linear-gradient(90deg, rgba(255,75,75,1) 0%, rgba(255,169,69,1) 75%, rgba(255,202,88,0) 100%);
}