﻿html
{
	scroll-behavior: smooth;
}
body, ul, p, li, h1, span, a
{
	background-color: black;
	font-family: 'Segoe UI Light', 'Segoe UI', Calibri, Tahoma, Arial, Helvetica;
	font-size: 18px;
	color: white;
}

h1
{
	font-size: 24px;
}

a:active, a:link
{
	color: White;
}

a:hover, a:visited
{
	color: Silver;
}
