body {
	background-color: black;
	color: white;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 40px;
	overflow: hidden;
}

h1 {
	margin-top: 40px;
	color: white;
	letter-spacing: 2px;
}
a {
	color: white;
	text-decoration: none;
	line-height: 1.7;
}
a:hover {
	text-decoration: underline;
}
#histfloodinstr {
	margin-left: 60px;
}
