body {
  color: #E7E5E9;
}

a {
  transition: all 0.2s ease;
}

a:hover {
  color: #FFB101;
}