a {
  color: white;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

a:hover {
  color: rgba(232, 230, 227, 0.6);
}
