/* *********************** */
/* *********************** */
/* ****** about ********* */
/* *********************** */
/* *********************** */

#about > p {
  margin: 0 auto 0.5em auto;
}

#about section {
  width: 100%;
  background-color: var(--color-gray);
  border-radius: 0.5em;
  box-shadow: 0 0 0.5em var(--color-secondary-light);
  padding: 1em;
  margin: 1em auto;
}

@media (min-width: 1024px) {
  #about section {
    width: 75%;
  }
}

/* *********************** */
/* *********************** */
/* ****** contact ******** */
/* *********************** */
/* *********************** */

#contact {
  height: 85dvh;
}

#contact section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#contact .emailBlock {
  height: 10em;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: var(--color-gray);
  border-radius: 0.5em;
  padding: 1em;
  margin: 0.5em auto 2em auto;
  box-shadow: 0 0 0.5em var(--color-secondary-light);
}

#contact .emailBlock svg {
  width: 3em;
  height: auto;
  fill: var(--color-primary);
}

#contact .emailBlock a {
  font-weight: bold;
  color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

#contact .emailBlock p {
  font-size: 0.8em;
}
