.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  h2 {
    text-align: center;
    font-size: 180%;
    padding-bottom: 2rem;
  }

  a {
    color: var(--d);
    background-color: var(--p);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 700;
  }
}