* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.iframe {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

#instructions {
  position: fixed;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;

  cursor: pointer;
}
#instructions span {
  font-size: 40px;
}

#win {
  position: fixed;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
}
#win span {
  font-size: 40px;
}

.btn {
  text-decoration: none;
  padding: 20px 40px;
  background: white;
  color: #222;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  border: none;
}


/*# sourceMappingURL=main.css.map*/