.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #000000;
  color: white;
  font-family: Rubik;
  font-size: 15px;
  border-bottom: 1px solid #FFFFFF;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #000000;
  color: white;
  font-family: Rubik;
  font-size: 15px;
  border-top: 1px solid #FFFFFF;

}

ul {
  text-align: center;
  list-style-position: inside;
}

body {
  background-color: #000000;
  overflow-y: hidden;
  font-family: Rubik;
}

.slide {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
   
  }
  .wrapper {
    display: flex;
    flex-direction: row;
    width: 400vw;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    
  }
  .one {
    background: #000000;
    text-align: center;
    color:white;
    font-family: Rubik;
    font-size: 15px;
    position:relative;
    top: 140px;
    
  }
  .two {
    background: #000000;
    text-align: center;
    color:white;
    font-family: Rubik;
    font-size: 15px;
    position:relative;
    top: 140px;
  }
  .three {
    background: #000000;
    text-align: center;
    color:white;
    font-family: Rubik;
    font-size: 15px;
    position:relative;
    top: 140px;
  }
  .four {
    background: #000000;
    text-align: center;
    color:white;
    font-family: Rubik;
    font-size: 15px;
    position:relative;
    top: 140px;
  }

    .outer-wrapper {
      width: 100vh;
      height: 100vw;
      transform: rotate(-90deg) translateX(-100vh);
      transform-origin: top left;
      overflow-y: scroll;
      overflow-x: hidden;
      position: absolute;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
      ::-webkit-scrollbar {
        display:none;
      }