body {
  background-color: #d0e7ff; /* starting color */
  color: #0a0a0a;
  line-height: 1.6;
  transition: background-color 0.5s ease;
}