html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, serif;
}

.depression {
  text-align: center;
  padding: 4%;
  font-size: 2.5rem
}

.depression-amount {
  font-size: 4.5rem;
  font-weight: bold;
}

.stuff-container {
  margin: auto;
  text-align: center;
}

.button {
  margin: 1rem auto;
  width: 13rem;
  height: 5rem;
  border: .2rem solid green;
  border-radius: 1rem;
  vertical-align: top;
  cursor: pointer;
  transition-duration: 0.3s;
}

.button--stuff {
  background-color: grey;
  color: white;
}

.button--stuff:hover {
  background-color: #7d9776;
}

.button--prestige {
  background-color: #dddddd;
  color: black;
}

.button--prestige:hover {
  background-color: #8db1dd;
}
