body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: grey;
}

#container {
  display: flex;
  position: absolute;
  top: 300px;
  left: 300px;
}

#container div {
  width: 70px;
  height: 50px;
  border: 1px solid black;
  border-radius: 2px;
  margin-right: 16px;
  text-align: center;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.3);
}

#container div h1 {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 800; margin-right: auto;
  margin-left: auto;
  color: rgb(230, 227, 227);
}

#container div p {
  font-size: 10px;
  margin-top: 0;
  font-weight: 600;
  color: orange;
}

.generals {
  border: 1px solid orange;
  transform: scale(1.5);
}