@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');
      body {
        background: #454552;
        min-height: 100vh;
      }
      footer {
        height: 200px;
        background-color: #000;
        text-align: center;
      }
      footer .footerholder {
        margin: 40px auto;
        display: inline-block;
      }
      footer .footerholder h3 {
        display: inline-block;
        font-weight: 700;
        font-size: 32px;
        color: white;
      }
      h1,h2,h3,h4 {
        font-family: 'Asap', sans-serif;
        color:#FEEA98;
        text-shadow: 0 2px 3px #000;
      }
     div.row h1 {
        margin-top: 92px;
        margin-bottom: 25px;
        font-size: 56px;
        font-weight: 600;
      }
      div.row h2 {
        margin-top: 48px;
        margin-bottom: 24px;
        font-size: 40px;
        font-weight: 700;
      }
      div.row h3 {
        margin-top: 48px;
        margin-bottom: 24px;
        font-size: 32px;
        font-weight: 700;
      }
      div.row h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.455;
        text-shadow: none;
        margin-bottom: 4px;
      }
      div.row h2.pink {
        margin-top: 64px;
        color: #FFC2DE;
      }
      div.row.roadmaprow h2.roadmap {
        font-size: 48px;
      }
      div.roadmaprow ul, div.roadmaprow ul li {
        color: #fff;
        list-style-type:none;
        padding: 0;
        font-size: 20px;
        line-height: 1.6;
      }
      .projectrow h2#pink {
        margin-top: 0 !important;
      }
      a, a:hover {
        font-family: 'Asap', sans-serif;
        color: #ADE9FF;
      }
      p {
        font-family: 'Asap', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        color: #fff;
      }
      p.giveaway {
        color: #98FEC8;
      }
      .bold {
        font-weight: bolder;
        color: white;
      }
      .card {
        background: #FFFFFF;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
        -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
        -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
        border-radius: 8px;
        border: none;
      }
      .card div.tweettweet {
        position: absolute;
        background: white;
        right: 24px;
        top: -27px;
        min-height: 36px;
        border-radius: 8px;
        padding: 9px 24px 9px 8px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
      }
      .card .card-body {
        padding: 12px 24px 24px 24px;
      }
      .card .card-body * {
        color: #000;
      }
      .card .card-body p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
      }
      .card-img-top {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
      }
      .card-img-bottom {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
      }
      @media only screen and (min-width:576px) and (max-width:767px){
        .card div.tweettweet {
          display: none;
        }
      }
      @media only screen and (min-width:576px) {
        .rotateFirst {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        margin-right: -40px;
        }
        .rotateSecond {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          z-index: 10;
          margin: 0 -20px;
        }
        .rotateThird {
          -webkit-transform: rotate(6deg);
          -moz-transform: rotate(6deg);
          -ms-transform: rotate(6deg);
          -o-transform: rotate(6deg);
          margin-left: -40px;
        }
        
      }

      @media only screen and (max-width:575px) {
        main.container {
          padding: 0 !important;
        }
        .row.monkeyboys {
          --bs-gutter-x: 0 !important; 
        }
        .rotateFirst {
          -webkit-transform: rotate(-3deg);
          -moz-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          -o-transform: rotate(-3deg);
          margin-top: 0px;
        }
        .rotateSecond {
          margin-top: -100%;
          z-index: 10;
        }
        .rotateThird {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          -o-transform: rotate(3deg);
          margin-top: -95%;
        }
        .monkeyboys {
          padding: 0 15px;
        }
        .monkeyboys .card {
          margin-bottom: 20px; 
          margin-top: 20px;
        }
        .contractrow a.mintbutton {
          width: 100%;
          margin: 0;
        }
        main > div.p-4 {
          padding: 24px 0 !important;
        }
      }
      
      .textrow,.contractrow,.roadmaprow,.projectrow {
        max-width: 800px;
        margin: 0 auto;
        font-family: 'Asap', sans-serif;
        font-weight: 500;
        font-size: 22px;
        /* margin-top: 80px; */
      }
      .contractrow {
        margin-top: 124px;
        /* margin-bottom: 108px; */
        text-align: center;
      }
      .contractrow .mintbutton {
        border: 2px solid #FEEA98;
        border-radius: 8px;
        width: auto;
        margin: 0 auto;
        padding: 16px 32px;
        text-decoration: none;
        color: #fff;
      }
      .textrow {
        text-align: center;
      }
      .row.logorow {
        margin: 120px auto;
      }
      .thing {
        padding: 10px;
      }
      div.monkeyboys {
        margin-top: 66px;
      }
      @media only screen and (min-width:768px) {
        .imageHolder a:not(:first-child) {
          padding-left: 40px;
        }
      }
      @media only screen and (max-width:767px) {
         .textrow,.contractrow,.roadmaprow,.projectrow {
          max-width: inherit;
        }
        .contractrow {
          margin: 170px 15px 80px;
        }
        .navbar-brand {
          padding-bottom: 20px;
          margin: 0;
        }
        .navbar-brand, .imageHolder {
          text-align: center;
          width: 100%;
        }
        .imageHolder a:not(:last-child) {
          padding-right: 40px;
        }
      }
      @media only screen and (max-width:312px) {
        .imageHolder a:not(:last-child) {
          padding-right: 15px;
        } 
      }
      nav {
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
      }
      div#reactthing {
        /* margin-bottom: 80px; */
      }
      div.todolistwrapper {
        margin: 60px 0;
      }
      div.todolist {
        padding: 20px 20px 20px 60px;
        font-family: 'Asap', sans-serif;
        font-weight: 500;
        font-size: 22px;
      }
      div.todolist ol {
        margin: 40px 0;
        color: white;
      }
      div.todolist h1 {
        margin: 20px 0;
      }
      .myBtn {
        width: 200px;
        font-size: 18px;
        padding: 10px;
        border: none;
        background: #000;
        color: #fff;
        cursor: pointer;
      }

    .myBtn:hover, #pauseButton:hover {
      background: #ddd;
      color: black;
    }
    .hidden {
      display: none;
    }