h1,
h3,
h5,
p {
  color: white;
}

.mainContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2em;
  max-width: 1080px;
}

#contactText {
  text-align: center;
}

.contactMethod {
  color: white;
}

.contactMethod a {
  color: white;
}
