* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .1s;
	font-family: sans-serif;
}

html {
	background-color: #1d1d1d;
	color: white;
	scroll-behavior: smooth;
  overflow-x: hidden !important;
}

h1, h2 {
	text-align: center;
}

nav {
	width: 100%;
	display: flex;
	justify-content: center;
}

header {
	margin-top: 10px;
}

footer {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

nav > a {
	margin: 5px 10px 5px 10px;
	text-decoration: none;
}

a {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
}

a:visited {
	color: white;
}

main {
	margin: 25px auto 25px auto;
	max-width: 1200px;
	padding: 10px;
	line-height: 1.6;
}

li {
	margin-left: 2em;
}
