html {
  font-family: "Varela Round", sans-serif;
  font-size: 22px;
}

img {
  pointer-events: none;
}

html {
  height: 100%;
  overflow-y: scroll;
}

html, body {
  min-height: 100%;

  color: black;
  background-color: white;
}

body {
  zoom: 0.8;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#gemleft {
  position: absolute;
  top: 316px;
  left: 0px;
}

#gemright-wrapper {
  position: absolute;
  top: 500px;
  right: 0;

  height: 648px;
  overflow: hidden;
}

#gemright {
  display: block;
}

#message {
  width: 80%;
  max-width: 800px;

  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;

  color: white;
  background-color: #1982FC;

  line-height: 2;

  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.5));
}

#spacer {
  width: 100%;
  min-height: 60px;
  flex: 1;
}

@media (max-width: 1625px) {
  #gemleft, #gemright {
    display: none;
  }
}

@media (max-width: 415px) {
  #message {
    font-size: 20px;
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.5));
  }
}
