* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 10vh;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .one{
    height: 20vh;
    width: 100vw;
    background-color: #264653;
   }
   .two{
    height: 20vh;
    width: 100vw;
    background-color: #2A9D8F;
   }
   .three{
    height: 20vh;
    width: 100vw;
    background-color: #E9C46A;
   }
   .four{
    height: 20vh;
    width: 100vw;
    background-color: #F4A261;
   }
   .five{
    height: 20vh;
    width: 100vw;
    background-color: #E76F51;
   }