.hachi-maru-pop-regular {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}

.gameContent {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#petNameBox {
  position: absolute;
  left: 14%;
  bottom: 80%;
}

#petName {
  font-family: "Hachi Maru Pop";
  background: rgba(94, 50, 144, 0.4);
  color: white;
  max-width: 200px;
  border: 3px dotted white;
  border-radius: 4px;
  outline: none;
  text-align: center;
}

.hide-elements {
    display:none;
}

.show-elements {
    display: block;
}