.title {
	bottom: 60%;
  }

.text {
  max-width: 40rem;
  text-align: center;
  margin: 0 auto;
}

.button {
  margin: 0 auto;
  background-color: var(--prune90);
  font-size: 1.5rem;
  font-weight: normal;
  border: 2px solid var(--prune);
  border-radius: 10px;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  align-self: center;
  }
