body {
  text-align: center;
}

.btn {
  height: 175px;
  width: 175px;
  border-radius: 20%;
  border: 10px solid black;
  margin: 2rem;
}

.btn-container {
  display: flex;
  justify-content: center;
}

.red {
  background-color: #d95980;
}

.yellow {
  background-color: #f99b45;
}

.green {
  background-color: #63aa60;
}

.purple {
  background-color: #819ff9;
}

.flash {
  background-color: white;
}

.userflash {
  background-color: green;
}

.levelup-flash {
  background-color: lightgreen;
}

.over-flash {
  background-color: red;
}

