
html {
   scroll-behavior: smooth;
}

body {
   color: #383333; 
   background-color: white;
}

.courseNameStyle {
   color: black;
}

.myUnderline {
   text-decoration: underline;
}

a:link {
   text-decoration: underline;
}

.cs-contrast {
   color: black;
}

/* For transition between pages */
@view-transition {
   navigation: auto;
}


