* {
	font-weight: bold;
}
body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('assets/stopwatch-of-the-damned.jpg');
}
a,
a:hover,
a:visited,
a:active {
	color: inherit;
}
p {
	color: white;
}
footer {
	position: fixed;
	right: 0;
	top: 0;
}
#counters p {
	font-size: 2.5em;
}
main > p {
	font-size: 1.5em;
}
button {
	font-size: 1em;
}
