.email-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
}
.infoEmailTitle {
  align-items: center;
  margin-top: 25rem;
  font-size: xx-large;
}
.email-full a {
  color: var(--accent-color);
}
.email-full a:hover {
  color: var(--accent-hover);
}
