html, body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: auto !important;
  background-color: #f8f9fa;
  font-family:'Courier New', monospace;
}

  iframe {
  height: 100vh !important;
  border: none;
  width: 84%;
  margin-left: 10%;
  transform: skew(1.5deg, 1.5deg);
  /* transform: skew(10deg,5deg); */
  /* filter: drop-shadow(10px 4px 4px black); */}

  a {
    text-decoration: none;
  }

  /* for iframe */
  .container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
  }

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .header-circle {
    width: 100px;
    height: 97px;
    border-radius: 50px 32px 49px 40px;
    border-color: #202020 #1a1a1a #111;
    border-style: solid;
    border-width: thin;
    right: 20px;
    bottom: 20px;
    font-size: 1em;
    background-color: #ccc;
    background-clip: padding-box;
    border-color: #202020 #1a1a1a #111;
    -webkit-box-shadow: inset 0 10px rgba(255, 255, 255, 0.09), 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 20px rgba(255, 255, 255, 0.09), 0px 20px 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    display: block;
    z-index: 10 !important;
    -webkit-animation: infiniteRotate 10s linear infinite;
    animation: infiniteRotate 10s linear infinite;
  }

  .header-circle-txt {
    position: absolute;
    font-family: 'Courier New', monospace;
    width: 100%;
    text-align: center;
    line-height: 1em !important;
    color: black;
    top: 40% !important;
  }

  a:hover .header-circle {
    filter: drop-shadow(0 0 2.5rem yellow);
  }


  @-webkit-keyframes infiniteRotate {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  /* Standard syntax */
  @keyframes infinite-rotate {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }


/* Rocks */


  .nav {
    position: fixed;
    z-index: 100 !important;
    left: 18px;
    bottom: 10px;
    font-family: 'Courier New', monospace;
    width: 120px;
    position: fixed;
    bottom: 0;
  }


  .button {
     cursor: move;
}
.button p:hover {
    cursor:pointer;
}

  .button {
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-width: thin;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
    font-size: 0.8em;
    background-color: #ccc;
    background-clip: padding-box;
    border-color: #202020 #1a1a1a #111;
    -webkit-box-shadow: inset 0 10px rgba(255, 255, 255, 0.09), 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px rgba(255, 255, 255, 0.09), 0px 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }

.button:hover {
  background-color: #aaaaaa;
  background-image: -webkit-linear-gradient(top, #ccc, white);
  background-image: -moz-linear-gradient(top, #ccc, white);
  background-image: -o-linear-gradient(top, #ccc, white);
  background-image: linear-gradient(to bottom, #ccc, white);
}

.one {
  border-radius: 20px 50px 23px 50px;
  transform: rotate(-2deg);
  width: 100px;
  height: 70px;
  margin-left: 25px;
  background-color: rgb(237,218,71);
  }

.two {
  border-radius: 45px 88px 40px 57px;
  margin-left: 10px;
  width: 110px;
  height: 55px;
  transform: rotate(5deg);
  background-color: rgb(202,226,253);
   }

.three {
  border-radius: 23px 20px 22px 50px;
    transform: rotate(2deg);
    width: 100px;
    height: 70px;
    background-color: rgb(253,143,123);
}

.four {
  border-radius: 30px 52px 30px 70px;
  margin-left: -13px;
  height: 58px;
  width: 100px;
  transform: rotate(-2deg);
  background-color: rgb(252,170,2);
}

.five {
  height: 67px;
  border-radius: 30px 32px 30px 40px;
  background-color: rgb(83,139,234);
}

.six {
  border-radius: 20px 30px 22px 25px;
  height: 76px;
  width: 80px;
  transform: rotate(1deg);
  margin-left: 20px;
  background-color: rgb(243,240,235)}
