[data-stack] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 101px;
  background-color: aliceblue;
  margin: 25px;
}

/*[data-stack] {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 120px;
  background-color: aliceblue;
  margin: 25px;
}

[data-block] {
  float: none;
}

[data-block="25"] {
  width: 25px;
  background-color: blue;
}

[data-block="50"] {
  width: 50px;
  background-color: green;
}

[data-block="75"] {
  width: 75px;
  background-color: red;
}

[data-block="100"] {
  width: 100px;
  background-color: yellow;
}*/

[data-block] {
  width: 25px;
  float: left;
}

/*[data-block] {
  width: 25px;
  float: left;
}*/

[data-block="25"] {
  height: 25px;
  background-color: blue;
}

[data-block="50"] {
  height: 50px;
  background-color: green;
}

[data-block="75"] {
  height: 75px;
  background-color: red;
}

[data-block="100"] {
  height: 100px;
  background-color: yellow;
}

#announce-game-won {
  font-size: 50px;
  text-align: center;
}
