#game {
  width: 100%;
  max-width: 100vh;
  height: 100%;
  max-height: 100vw;
  background-color: lightblue;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

#question {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 2em;
  border: 3px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

#question:hover {
  border-color: red;
  color: red;
  cursor: pointer;
}

.element {
  position: absolute;
  height: 20px;
  background-color: black;
  visibility: hidden;
}

.alphabet {
  display: inline-block;
  text-decoration: none;
  background-color: inherit;
  font-size: 2em;
  margin-left: 10px;
  width: 25px;
}

.letter {
  display: inline-block;
  text-decoration: none;
  font-size: 2em;
  margin-left: 10px;
  border-bottom: 2px solid black;
  width: 25px;
  text-indent: -10000px;
}

.alphabet:hover{
  color: red;
  cursor: pointer;
}

#element_1 {
  width: 100%;
  bottom: 0;
  left: 0;
}

#element_2 {
  width: 20px;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
}

#element_3 {
  width: 35.35%;
  transform: rotate(45deg);
  bottom: 12.5%;
  left: -4.5%;
}

#element_4 {
  width: 65%;
}

#element_5 {
  width: 35.35%;
  transform: rotate(-45deg);
  top: 12.5%;
  left: -4.5%;
}

#element_6 {
  width: 20px;
  height: 11%;
  top: 0;
  left: calc(65% - 10px);
}

#element_7 {
  width: 10%;
  height: 10%;
  border-radius: 50%;
  background-color: inherit;
  border: 20px solid black;
  left: calc(60% - 20px);
  top: 10%;
}

#element_8 {
  width: 20px;
  height: 30%;
  top: calc(20% + 38px);
  left: calc(65% - 10px);
}

#element_9 {
  width: 20%;
  transform: rotate(45deg);
  top: 25%;
  left: 48%;
}

#element_10 {
  width: 20%;
  transform: rotate(-45deg);
  top: 25%;
  left: 62%;
}

#element_11 {
  width: 20%;
  transform: rotate(45deg);
  top: calc(55% + 38px);
  left: 62%;
}

#element_12 {
  width: 20%;
  transform: rotate(-45deg);
  top: calc(55% + 38px);
  left: 48%;
}

#alphabet {
  position: absolute;
  top: 45%;
  left: 10%;
  width: 270px;
}

#word {
  position: absolute;
  top: 35%;
  left: 10%;
}
