body{
	background: #066942;
	min-width: 477px;
	width: 100%;
	text-align: center;
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
}

h1{
	color: goldenrod;
}

h2{
	margin-top: 70px;
}

.container{
	height: fit-content;
	width: fit-content;
	margin: auto;
	margin-top: 50px;
	padding: 50px 20px;
	outline: 5px solid #075d3b;
	border-radius: 7px;
	background: #0b8152;
}

button{
	display: block;
	margin: auto;
	margin-bottom: 10px;
	background: #fff;
	color: white;
	border: 0;
	padding: 10px 0;
	width: 200px;
	color: #0b8152;
	font-weight: bold;
	font-size: 17px;
	border-radius: 2px;
	cursor: pointer;
}