body {
  text-align: center;
  background-color: rgb(24, 24, 24);
  color: rgb(231, 231, 231);
  font-family: Arial, Helvetica, sans-serif;
}

#button {
  border: 2px solid rgb(231, 231, 231);
  border-radius: 5%;
  background-color: rgb(59, 59, 59);
  color: rgb(231, 231, 231);
  height: 50px;
  width: 10%;
}

.select-buttons {
  border: 2px solid rgb(231, 231, 231);
  border-radius: 5%;
  background-color: rgb(59, 59, 59);
  color: rgb(231, 231, 231);
  height: 30px;
  width: 10%;
}

#you-button {
  width: 13%;
}

.shop-buttons {
  border: 2px solid rgb(231, 231, 231);
  border-radius: 5%;
  background-color: rgb(59, 59, 59);
  color: rgb(231, 231, 231);
  height: 30px;
  width: 5%;
}

#trade-div {
  display: none;
}

#shop-div {
  display: none;
}

#you-div {
  display: block;
}

#options-div {
  display: none;
}

#about-div {
  display: none;
}

#total-worth {
  color: green;
  font-size: 40px;
}

.big-br {
  margin-top: 10px;
}

.stats-div {
  display: flex;
  justify-content: space-between;
}

.you-left {
  flex: 1;
  text-align: left;
  margin-left: 25%;
}
.you-right {
  flex: 1;
  text-align: right;
  margin-right: 25%;
}

.nomargin {
  margin: 0;
}

.options-buttons {
  border: 2px solid rgb(231, 231, 231);
  border-radius: 5%;
  background-color: rgb(59, 59, 59);
  color: rgb(231, 231, 231);
  height: 30px;
  width: 20%;
}

#tutorial {
  display: none;
}