* {
	margin: 0;
	padding: 0;
}

html {
	background: url(/logo.png) no-repeat left top,
		url(/background.jpg) no-repeat center fixed;
	background-size: auto, cover;
}

body {
	font-family: "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}

body {
	left: 55%;
	top: 45%;
	position: fixed;
	color: white;
	background-color: rgba(1,1,1,0.6);
	border-radius: 16px;
	padding: 32px;
}

h1 {
	text-align: center;
	font-weight: lighter;
	border-bottom: 2px solid white;
	margin-bottom: 24px;
}

ul {
	max-height: 35vh;
	overflow-y: auto;
	overflow-x: hidden;	
}

ol, ul {
	list-style: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}