* {
	color: rgb(255, 255, 255);
	font-family: sans-serif;
}

body {
	background-color: rgb(75, 145, 100);
	display: flex;
	height: 100vh;
	margin: 0px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

main {
	padding: 20px;
	background-color: rgb(55, 115, 70);
	border-radius: 15px;
	position: relative;
}

