html {
   scroll-behavior: smooth;
}

body {
   /* background-color: #f3eee2;  
   background-color: #fcfcf7; */
   background-color: white;  
}

.myUnderline {
   text-decoration: underline;
}

