.container {
  background-color: white;
  max-width: 90vw;
  margin: 3rem auto;
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
  display: inline-block;
}

.value {
  font-size: 4rem;
}

.container h1 {
  justify-items: center;
}
.box {
  padding: 10px;
  display: inline-block;
}
