/* Contact Section */
.contact__section {
  text-align: start;
  padding: 20px 0;
  font-size: 14px;
}

.contact-email {
  color: var(--clr-white-400);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease-out;
  text-decoration: underline;
}

.contact-email:hover {
  color: var(--clr-accent);
}
