body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-family: bold;
  text-align: center;
}

h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 60px;
}

h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

h3 {
  font-size: 50px;
}

.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  width: 200px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #3e3e3e;
}

#save-btn {
  background: #007c23;
}
