#wrapperAll {
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a{
	color: #0067ab;
	text-decoration: none;
}

#registration_data_div{
	margin-top: 1vh;
	text-align: center;
}

.registration_data {
	margin: 5px 0px;
}

@media (prefers-color-scheme: dark) {
	body { color:white; background:#1E1E1E; }
	html {background:#1E1E1E;}
}