@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore);
body {
  margin: 0;
  font-family: "arial black", sans-serif;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

canvas {
  display: block;
}

#dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #030372;
  background: -webkit-linear-gradient(top, #030372, #030372);
  z-index: 1;
}

h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -115px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  font-size: 4em;
}

.img1 {
  text-align: center;
  position: absolute;
  width: 7%;
  top: 72%;
  left: 32%;
  margin-top: -30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  font-size: 4em;
}

.img2 {
  text-align: center;
  position: absolute;
  height: 15%;
  width: auto;
  top: 70%;
  left: 47%;
  margin-top: -30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  font-size: 4em;
}


.img3 {
  text-align: center;
  position: absolute;
  width: auto;
  height: 15%;
  top: 71.5%;
  left: 62%;
  margin-top: -30px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  font-size: 4em;
}

small {
  position: relative;
  top: 25px;
  font-family: "La Belle Aurore", cursive;
  line-height: 0.8;
  font-size: 0.6em;
}




/*MEDIA QUERIES*/


@media screen and (max-width: 320px) {

  h1 {
    font-size: 2.5em;
    top: 15%;
  }
  h1 small {
    line-height: 2;
  }

  .img1 {
    width: auto;
    top: 42%;
    left: 36%;
    height: 11%;
  }
  .img2 {
    top: 58%;
    left: 36%;
    height: 12%;
  }
  .img3 {
    top: 76%;
    left: 31%;
    height: 18%;
  }

}


@media screen and (min-width: 321px) and (max-width: 613px) {

  h1 {
    font-size: 2.8em;
    top: 18%;
    line-height: 1.3;
  }
  h1 small {
    line-height: 2.0;
  }

  .img1 {
    width: auto;
    top: 44%;
    left: 43%;
    height: 13%;
  }
  .img2 {
    top: 60%;
    left: 42%;
    height: 16%;
  }
  .img3 {
    top: 81%;
    left: 40%;
    height: 21%;
  }

}


/*@media screen and (min-width: 430px) and (max-width: 613px) {

  h1 {
    top: 16%;
  }
  h1 small {
  }

  .img1 {
    width: auto;
    top: 48%;
    left: 40%;
    height: 11%;
  }
  .img2 {
    top: 63%;
    left: 40%;
    height: 13%;
  }
  .img3 {
    top: 81%;
    left: 36%;
    height: 18%;
  }

}*/

@media screen and (min-width: 614px) and (max-width: 1000px) {

  h1 {
    top: 30%;
  }
  h1 small {
  }

  .img1 {
    width: auto;
    top: 65%;
    left: 11%;
    height: 17%;
  }
  .img2 {
    top: 63%;
    left: 41%;
    height: 17%;
  }
  .img3 {
    top: 62%;
    left: 68%;
    height: 21%;
  }

}

@media screen and (min-width: 1001px) {

  h1 {
    top: 24%;
  }
  
  .img1 {
    width: auto;
    top: 58%;
    left: 21%;
    height: 19%;
  }
  .img2 {
    top: 55%;
    left: 44%;
    height: 22%;
  }
  .img3 {
    top: 56%;
    left: 67%;
    height: 22%;
  }

}