body{
	font-family: Barlow,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:#166a5d; height: 100%; width: 100vW;
}
header {position: fixed; top: 0; left: 0; height: 90px; background-color: white; width: 100%}
#main-content {padding-top: 90px}
@media (max-width: 768px){#main-content {padding-top: 120px}}
footer {width: 100%}