.unsubscribe {
  position: relative;
  margin: 15rem 0 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.unsubscribe p {
  margin-bottom: 2rem;
  color: #4b5563;
  font-size: 1rem;
  width: 800px;
  line-height: 1.4;
}

.unsubscribe-page h2 {
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 400;
  color: #020617;
}

