body {
background-color: rgb(000, 000, 000);
}

@font-face {
    font-family: orbFont;
    src: url('Existence-Light.ttf');
}





#content {

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  overflow: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgb(000,000,000);
  display: block;
  z-index: 1;

}

#interface {

  position: absolute;
  height: 50%;
  width: 100%;
  top: 1.5%;
  left: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  z-index: 0;

}


.button {



}


#pic {

  position: absolute;
  height: 101%;
  width: 101%;
  top: 0%;
  left: 0%;
  background-image: url("graphics/pic.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 5;

}

#whiteBox {

  position: absolute;
  height: 101%;
  width: 101%;
  top: 0%;
  left: 0%;
  background-image: url("graphics/whiteBox.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 4;

}

#cutOut {

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-image: url("graphics/cutOut.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 6;

}

#corona {

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-image: url("graphics/corona.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 7;

}

#circleCover {

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: -55%;
  background-image: url("graphics/circleCover.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 7;

}

#title {

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-image: url("graphics/title.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 7;

}

#firstTouch {

  position: absolute;
  height: 20%;
  width: 50%;
  top: 40%;
  left: 025%;

  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  display: block;
  z-index: 10;

}