.contact-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;

  p {
    text-align: center;
  }

  a {
    font-size: x-large;
    color: black;
  }
}
