html {
	font-size:32pt;
	line-height: 1.3em;
	background: black;
	color: white;
	display: grid;
	margin:0;
	place-items: center;
	min-height: 100lvh;
}
#wrapper {
	list-style: none;
	margin:0;
	padding: 0;
	text-align: center;
}
a, a:visited {
	color:white;
	text-decoration: none;
}
#wrapper li:nth-child(1) {
	font-size:1.5em;
	margin-bottom:0.3em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
    text-decoration-style: wavy;
    text-underline-offset: 0.15em;
}
#wrapper li:nth-child(1) a {
	color: cyan;
}
