/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAFAF8;
  color: #5E6B7A;
}