:root {
  --background-color: #1e1e2e;
  --accent-color: #f5c2e7;
  --accent-color-dark: #cba6f7;
  --text-color: #cdd6f4;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: 'Atkinson Hyperlegible', "Roboto", Arial, Helvetica, sans-serif;
}

a {
    color: var(--accent-color);
}

a:hover {
    color: var(--accent-color-dark)
}


.center {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-content: center;
}

#video_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
}

#vid_player {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

#maintext {
    size: 1em;
}

@font-face {
    font-family: 'XBAND-Rough';
    src:url('XBAND-Rough.ttf.woff') format('woff'),
        url('XBAND-Rough.ttf.svg#XBAND-Rough') format('svg'),
        url('XBAND-Rough.ttf.eot'),
        url('XBAND-Rough.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.fork {
  position: absolute;
  bottom: 1%;
  right: 1%;
}

h1 {
  font-family: 'XBAND-Rough', 'Atkinson Hyperlegible', "Roboto", Arial, Helvetica, sans-serif;
}