
@font-face {
    font-family: "splatoon";
    src: url(/spl/fonts/BlitzMain.otf);
  }
  
  body {
    font-family: "splatoon";
    font-size: 20px;
    color: #BABABA;
    background: url(/spl/img/blackgraffiti.png);
    background-size: contain;
    text-align: center;
    padding-bottom:6%;
    margin: 0;
  }

  body img {
    height:540px;
    width:960px;
  }
  
  .navbar {
  position: fixed;
  margin-top: 50px;
  bottom: 0;
  width: 100%;
  height: 6%;
  background: #1A1A1A;
 }

  .navbar a {
    background: #262626;
    }

  .steps-slide {
    display:inline-block;
    position: relative;
    margin: auto;
    padding: 10px;
    background: #1A1A1A;
    width: auto;
    border-radius:5px;
  }
  
  .slide img {
    max-width: 100%;
    height: auto;
  }

  .next {
    cursor: pointer;
    user-select: none;
    display:inline-block;
  }
  
  .next-button {
    text-align: center;
  }
  
  .step-text {
  display:inline-block;
  padding:10px;
  top: -30px;
  left:0;
  right:0;
  text-align: center;
  }
  

  .title h1 , .title h2 {
    top: 50px;
    display: inline-block;
    background: #1A1A1A;;
    border-radius: 5px;
    padding: 15px;
  }
 
  #preq {
    background: #1A1A1A;
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
  }
  
  #preq a {
    background: #262626;
    }
    
  #preq a:hover {
    background: #C0DB0E;
 }

  a {
    color: #C0DB0E;
    text-decoration: none;
    background: #1A1A1A;
    padding: 10px;
    transform: rotate(5deg);
    display: inline-block;
    border-radius: 5px;
  }

 a:hover {
    color: #1A1A1A;
    background: #C0DB0E;
    transform: rotate(-5deg);
 }


    ul, ol {
    list-style-position: inside;
  }