body {
  font-family: System-ui, Helvetica, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.5s ease;
}

.title {
  font-weight: 400;
  font-size: 1.5rem;
}

.quote {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin: 0;
}

.btn {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border: 0;
  font-size: x-large;
  font-weight: 500;
  cursor: pointer;
  background-color: white;
}
