/* About Page */
.contactSection {
  background-color: #22212e;
  padding: 2rem;
}

.textForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.textForm input {
  padding: 0.5rem;
  background-color: #393847;
  color: #EEE;
  border: none;
}

.textForm textarea {
  padding: 3rem;
  background-color: #393847;
  color: #EEE;
  border: none;
}

.textForm button {
  width: 30%;
  align-self: flex-end;
}

.aboutTest {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.aboutTest img {
  max-width: 20vw;
}

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

.aboutTest a img {
    max-width: 10vw;
}

.aboutSection {
    padding: 5rem;
}

.aboutTxt {
    align-self: center;
}