:root {
--theme-accent-color: #FFFFFF;
--theme-accent-color-hover: #87adeb;
--theme-accent-label-color: #000000;
--theme-body-background-color: rgba(175, 238, 238, 0.6);
--theme-page-background-color: rgba(100, 149, 237, 0.5);
--theme-page-background-color-secondary: rgba(65, 105, 225, 0.6);
--theme-page-text-color: #FFFFFF;
--theme-page-text-color-hover: #FFFFFF;
--theme-sticky-nav-background-color: #000000;
--theme-sticky-nav-text-color: #FFFFFF;
--theme-sticky-nav-text-color-hover: #b0e0e6;
--theme-link-color: #0000cd;
--theme-link-color-hover: #FFFFFF;
--theme-link-color-visited: #000000;
}