body {
	background-image: url('backdrop_wall_tiled.jpg');
	color: gainsboro;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

h1, h2, h3 {
	font-family: "Bangers", system-ui;
	font-style: normal;
	color: white;
}

h1 {
	margin-top: 2em;
	font-weight: bold;
	color: greenyellow;
}

h2, h3 {
	font-weight: normal;
}

h1, h2, h3, p, ul {
	margin-left: 10%;
	margin-right: 10%;
}

a:visited, a:link, a:hover {
	text-decoration: underline;
	color: #fa5db5;
}

table {
	border-collapse: collapse;
	font-size: 12pt;
	text-align: left;
}

th, td {
	padding: 0.5ex;
}
