body {
  margin: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#price {
  font-size: 4rem;
  font-weight: bold;
  color: black;
  font-family: monospace;
}
