.content {
  font-family: "Bungee", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
  height: 80%;
}

#question {
  font-size: 2em;
  color: black;
  text-align: center;
}

.card {
  width: 240px;
  min-height: 50px;
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: white;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  flex: none;
}

.round {
}
