footer {
  color: var(--ftc);
  background: var(--fbc);
  margin-top: 150px;
  padding: 20px;
  border-top: 5px solid var(--ftlc);
}

h1 {
  transition: color 0.0001s;
}

.contacts {
  text-align: center;
}

.contacts h1 {
  font-size: 150%;
  font-weight: bold;
}

.contacts img {
  margin-top: 0.5rem;
  width: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: transform 0.75s;
}

.contacts img:hover {
  transform: rotate(360deg);
}
