body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 22px;
  user-select: none;
  overflow: hidden;
  background-image: url('sunnySky.jpg');
  background-size: 100vw 105vh;
}

#circle {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 27vw;
  height: 27vw;
  background-color: #425b5f;
  opacity: 0.4;
  border-radius: 13.5vw;
  z-index: -1;
}

.circleLetter {
  color: white;
  position: absolute;
  bottom: 3vw;
  width: 5vw;
  height: 5vw;
  background-color: #a0a0a0;
  border-radius: 1vw;
  font-size: 2vw;
  text-align: center;
  line-height: 5vw;
}

#currentWord {
  position: absolute;
  top: 29vw;
  right: 1vw;
  width: 27vw;
  text-align: center;
  color: #263436;
  font-size: 2vw;
  margin: 0;
}

#enterWord {
  position: absolute;
  top: 32vw;
  right: 7vw;
  width: 15vw;
}

#generate {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
}

.word {
  position: absolute;
  margin-left: 15px;
  padding-right: 2px;
  color: #729da5;
  font-size: 1vw;
  border: 2px solid #425b5f;
  background-color: #729da5;
}