a, a:visited, a:link { color: #617716; }
a:hover { text-decoration: none;}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
	font-family: system-ui, sans-serif;
	background: #fff6ea;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

body > div {
	text-align: center;
	background: #fff6ea;
	border-radius: 10px;
	max-width: 500px;
	padding: 40px;
	width: 100%;
}