html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
  background-color: black;
  color: #00ff00;
}

.container {
  position: relative;
  text-align: center;
}

.main {
  position: relative;
  top: 144px;
}

.container2 {
  position: relative;
  text-align: center;
}

.main2 {
  position: relative;
  top: 144px;
}

#playerCount {
  width: 64px;
  height: 32px;
  border: 2px solid #00ff00;
  color: white;
  font-size: 16px;
  border-radius: 10px;
}

#playBtn {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#playBtn:hover {
  background-color: #00ff00;
  color: black;
}

#error {
  color: red;
  font-size: 12px;
  font-weight: 700;
}

#showWord {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#showWord:hover {
  background-color: #00ff00;
  color: black;
}

#nextPlayer {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#nextPlayer:hover {
  background-color: #00ff00;
  color: black;
}

#restart {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#restart:hover {
  background-color: #00ff00;
  color: black;
}

#word {
html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
  background-color: black;
  color: #00ff00;
}

.container {
  position: relative;
  text-align: center;
}

.main {
  position: relative;
  top: 144px;
}

.container2 {
  position: relative;
  text-align: center;
}

.main2 {
  position: relative;
  top: 144px;
}

#playerCount {
  width: 64px;
  height: 32px;
  border: 2px solid #00ff00;
  color: white;
  font-size: 16px;
  border-radius: 10px;
}

#playBtn {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#playBtn:hover {
  background-color: #00ff00;
  color: black;
}

#error {
  color: red;
  font-size: 12px;
  font-weight: 700;
}

#showWord {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#showWord:hover {
  background-color: #00ff00;
  color: black;
}

#nextPlayer {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#nextPlayer:hover {
  background-color: #00ff00;
  color: black;
}

#restart {
  width: 144px;
  height: 44px;
  border: 2px solid white;
  color: #00ff00;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
}

#restart:hover {
  background-color: #00ff00;
  color: black;
}

#word {
  color: white;
}
