@font-face {
    font-family:"BadSans";
    src: url("Fonts/V2BadSans.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:"NeueHaas";
    src: url("Fonts/NeueHaasGroteskDisplay65Medium-817447.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: rgb(255, 255, 255);
    cursor: url("Images/cursor10x10.png") 0 0, auto;
}

h2{
    font-family: "BadSans";
    font-size: 15vw;
    line-height: 0.4;
    color: #39FF14;
    outline: none;
    text-align: center;
    font-weight: normal;
    margin: 10vw;

}

h1{
    font-family: "BadSans";
    font-size: 21vw;
    line-height: 0.2;
    color: #39FF14;
    outline: none;
    text-align:center;
    font-weight: normal;
    -webkit-text-stroke-width: 0.3vw;
    -webkit-text-stroke-color: black;
}

h1:hover {
    font-family: "BadSans";
    font-size: 21vw;
    line-height: 0.2;
    color: #5900ff;
    -webkit-text-stroke-width: 0.3vw;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    font-weight: normal;
  }

  p {
    font-family: "NeueHaas";
    font-size: 2vw;
    line-height: 1.1;
    color: #000000;
    margin: 1vw;
    outline: none;
  }

  .highlight{
    font-family: "NeueHaas";
    font-size: 2vw;
    line-height: 1;
    color: #000000;
    padding: 0.12vw;
    outline: none;
    background-color: #39FF14;
  }

  .startpage {
    font-family: "BadSans";
    font-size: 200px;
    line-height: 0.4;
    color: #39FF14;
    text-align: "right";
  }

    .button{
        background-color:rgb(255, 255, 255);
        color:#000000;
        text-decoration:none;
        border-radius: 2vw;
        border: 0.15vw solid black;
        margin: 0.5vw;
        padding: 0.5vw;
        font-size: 1vw;
        

      }
    .buttonleft{
        position: fixed;
        bottom: 1vw;
        left: 1vw;
        display: inline;
        background-color:rgb(255, 255, 255);
        color:#000000;
        text-decoration:none;
        border-radius: 2vw;
        border: 0.15vw solid black;
        margin: 0.5vw;
        padding: 0.5vw;
        font-size: 1vw;

      }

      .buttoncenter{
        position: fixed;
        bottom: 1vw;
        right: 45vw;
        display: inline;
        background-color:rgb(255, 255, 255);
        color:#000000;
        text-decoration:none;
        border-radius: 2vw;
        border: 0.15vw solid black;
        margin: 0.5vw;
        padding: 0.5vw;
        font-size: 1vw;

      }

      .buttonright{
        position: fixed;
        bottom: 1vw;
        right: 1vw;
        display: inline;
        background-color:rgba(255, 255, 255);
        color:#000000;
        text-decoration:none;
        border-radius: 2vw;
        border: 0.15vw solid black;
        margin: 0.5vw;
        padding: 0.5vw;
        font-size: 1vw;

      }

      .buttonleft:hover {
        background-color:#39FF14;
        }

        .buttoncenter:hover{
            background-color:#39FF14;
          }
          .buttonright:hover{
            background-color:#39FF14;
          }

      img{
        size-adjust: 1vw;
        width: 45vw;
        display: block;
        margin: auto;
        padding-top: 1vw;
        position: relative;
       /* left: 25vw; */
    }

    .container {
      position:relative;
      /*background-color: red;*/
      width: 100vw;
      height: 55vw;
    }
    .imageright {
      position:absolute;
      /* background-color: #a2a2a2;*/
      top: 0;
      right: 2%;
    }

    /*.titlecontainer {
      width: 50%;
      position:absolute;
      /*background-color: #39FF14;*/
      /*top: 0;
      left: 0; 
    }*/
    

    .wonky {
      position: absolute;
      width: 50%;
      top: 20%;
      /*transform: translate(-50%, -50%);*/
      font-family: "BadSans";
      font-size: 11vw;
      font-weight: normal;
      color:rgb(0, 0, 0);
    -webkit-text-stroke-width: 0.15vw;
    -webkit-text-stroke-color: black;
      letter-spacing: -0.03em;
      text-align: center;
      cursor: default;
    }
    
    /* We need to make the spans have a display:inline-block since by default they have a display value of inline */
    /* display:inline elements will not respond to transform properties like rotation */
    span {
      display: inline-block;
      transition: 0.3s ease-in-out;
    }
    
    /* When the user hovers over the parent, the children (spans) rotate */
    .wonky:hover #first {
      font-family: "BadSans";
      transform: rotate(0deg);
    }
    
    .wonky:hover #second {
      font-family: "BadSans";
      transform: rotate(15deg);
    }
    
    .wonky:hover #third {
      font-family: "BadSans";
      transform: rotate(-5deg);
    }
    
    .wonky:hover #fourth {
      font-family: "BadSans";
      transform: rotate(-20deg);
    }
    
    .container:hover #fifth {
      font-family: "BadSans";
      transform: rotate(10deg);
    }
    
    .wonky:hover #sixth {
      font-family: "BadSans";
      transform: rotate(-10deg);
    }
    
    .wonky:hover #seventh {
      font-family: "BadSans";
      transform: rotate(0deg);
    }
    
    .wonky:hover #eigth {
      font-family: "BadSans";
      transform: rotate(-15deg);
    }

    .imageleft {
      position:absolute;
      /* background-color: #a2a2a2;*/
      top: 0;
      left: 2%;
    }
    
    .quote {
      position: absolute;
      width: 50%;
      top: 3%;
      left: 50%;
      /*transform: translate(-50%, -50%);*/
      font-family: "BadSans";
      font-size: 4vw;
      font-weight: normal;
      color:rgb(0, 0, 0);
    }
    .fliesstext {
      position: absolute;
      width: 50%;
      top: 23vw;
      left: 50%;
      /*transform: translate(-50%, -50%);*/
      font-family: "BadSans";
      font-size: 2vw;
      font-weight: normal;
      color:rgb(0, 0, 0);
    }



   
