body {
  background-color: #9a9a9a;
  font-family: "Segoe UI";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  background-color: #868686 !important;
  color: #444 !important;
}

.store {
  position: absolute;
  top: 400px;
  margin-left: 50px;
}

.modal {
  position: fixed; 
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 85%;
  border-radius: 5px;
  padding-bottom: 30px;
}

button {
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-weight: 200;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  box-shadow: 0.5px 1px 2px black;
  margin-left: 4px;
}

.buy-btn {
  background-color: #173b4a;
}

.start-btn {
  background-color: #225a30;
}

.close-btn {
  background-color: #7d7d7d;
}

strong {
  font-weight: bold;
  font-size: 1.1em;
  font-style: italic;
  color: #2e1069; 
}

.game-controls {
  position: absolute;
  top: 5%;
  left: 80%;
}

.game-controls button {
  background-color: #846fa7;
}