﻿.footer {
  background-color: var(--red-color);
  height: 6.6912vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.footer * {
  color: var(--white-color);
  font-weight: 400;
  font-size: 1.1029vw;
}

.footer a.email-link {
  color: var(--white-color);
}

.footer a.email-link:hover {
  color: #ff3300;
  text-decoration: underline;
}