body {
  transition: 
    background-color 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    color 0.6s ease;
}