:root { --primary-color: rgb(9, 95, 105);; --header-height: 60px; --header-background-color: white; --header-border-color: lightgray; --menu-background-color: white; --menu-border-color: lightgray; --menu-selected-background-color: rgba(208, 250, 255, 0.659); --scroller-background-color: rgba(130, 175, 180, 0.5); --normal-background-color: lightgrrgb(208, 246, 255) --menu-width: 200px; --page-max-width: 1200px; } body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; }