  body, input, select, textarea {
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
  }

*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box {
    margin-bottom: 2rem;
    background: #000;
}

  a {
    text-decoration: underline;
  }

    a:hover {
      text-decoration: none;
    }

  strong, b {
    font-weight: 400;
  }

  em, i {
    font-style: italic;
  }

  p {
    margin: 0 0 2rem 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
  }

  h1 {
    font-family: sans-serif;
    text-shadow: 0px 0px 16px #AAF;
  }

  h6.special {
    text-shadow: 0px 0px 16px #AAF;
  }

  @font-face { font-family: sans-serif; src: url('/assets/fonts/BebasNeue-Regular.otf'); } 

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: inherit;
      text-decoration: none;
    }

  h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
  }


.wrapper {
    padding: 6rem 0 4rem 0 ;
    position: relative;
    margin: 0;
  }

    .wrapper > .inner {
      margin: 0 auto;
      width: 80rem;
    }

    .wrapper.style1 {
      background-color: #5AA6ED;
      color: #d6e9fb;
    }

      .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
        color: #ffffff;
      }

      .wrapper.style1 a {
        color: #ffffff;
      }

      .wrapper.style1 strong, .wrapper.style1 b {
        color: #ffffff;
      }

      .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
        color: #ffffff;
      }

      .wrapper.style1 blockquote {
        border-left-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 code {
        background: rgba(255, 255, 255, 0.075);
        border-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 hr {
        border-bottom-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 .box {
        border-color: rgba(255, 255, 255, 0.25);
      }

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.topnav {
    border-bottom: 1px solid white;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    z-index: 2;
    width: 100%;
}
.topnav a {
    float: left;
    color: #fff;
    text-align: center;
    padding: 1px 16px;
    text-decoration: none;
    font-size: 37px;
    text-shadow: 0px 0px 20px #fff;
}
.topnav a:hover {
  text-shadow: 0px 0px 20px #802aff;
}
.topnav .active {
  text-shadow: 0px 0px 20px #802aff;
}
.topnav .active::before {
  content: "> "
}
.wrapper > .inner {
    margin: 0 auto;
    width: 80rem;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.wrapper.style2 {
    background-color: #000000;
    color: #bfbfbf;
}
.wrapper {
    padding: 6rem 0 4rem 0;
    position: relative;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, section {
    display: block;
}
.wrapper.style2 .box {
    border-color: rgba(0, 0, 0, 0.15);
}
.box {
    border-color: rgba(144, 144, 144, 0.25);
}
.box {
    margin-bottom: 2rem;
    background: #000;
}
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}
.align-center {
    text-align: center;
}
.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
    color: #eaeaea;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
}
h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
}
.wrapper.style2 header p {
    color: #999999;
}
header h2 + p {
    font-size: 1.25rem;
    margin-top: -1rem;
}
header p {
    color: #bbb;
}
header p {
    position: relative;
    margin: 0 0 1.5rem 0;
}
.wrapper.style2 hr {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}
hr {
    border-bottom-color: rgba(144, 144, 144, 0.25);
}
hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2rem 0;
}
p {
    margin: 0 0 2rem 0;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  border-radius:50px;
  z-index: 1000;
  background-image: url("https://phantasmproject.site/view/files/fuckpapernolain.png");
background-repeat: no-repeat;
background-size: contain;
}

.my-float{
  margin-top:22px;
}