.contact {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  h2 {
    font-size: 200%;
    padding: 2rem;
  }

  a {
    font-size: 150%;
    background-color: var(--y);
    color: var(--d);
    font-weight: 600;
    padding: 0.5rem 1rem;
  }
}