.control-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 20%;
  width: 99%;
  max-width: 900px;
  border: 1px solid blue;
}

.points-timer-container {
  height: 90%;
  width: 30%;
  border: 1px solid darkmagenta;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.points-counter,
.timer {
  height: 40%;
  width: 90%;
  border: 1px solid darkgreen;
}

.definitions-container {
  font-family: "Lato", sans-serif;
  height: 90%;
  width: 30%;
  overflow: scroll;
  text-wrap: wrap;
  border: 1px solid darkcyan;
}

.button-container {
  height: 90%;
  width: 30%;
  border: 1px solid purple;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.game-button {
  font-family: "Lato", sans-serif;
  height: 40%;
  width: 40%;
  border: 1px solid darkgoldenrod;
  display: flex;
  justify-content: center;
  align-items: center;
}
