body {
	background-image: url('img/flag.svg');
	background-size: contain;
	height: 100%;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main {
	color: white;
	margin-top: 5em;
	padding: 2em;
	border-radius: 1em;
	background: rgb(0 0 0 / 0.25);
	max-width: 50em;
	text-align: center;
	font-weight: bold;
}

a {
	color: white;
}
