body {
	background-color: #ccd2b6;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: 1200px;
	padding: 10px;
	margin: 10px auto;
	background-color: #7c5e73;
	line-height: 1.6em;
	border-radius: 20px;
}

h1, h2 {
	color: white;
	text-align: center;
}

a {
	text-decoration: none;
	font-size: 20px;
	color: white;
}

a:hover {
	color: red;
}

.item1 {
	height: 50px;
	width: 250px;
	align-content: center;
	text-align: center;
	background-color: #bfdcf6;
	padding: 10px;
	margin: 10px;
	border-radius: 20px;
}

.item2 {
	height: 50px;
	width: 250px;
	align-content: center;
	text-align: center;
	background-color: #273339;
	padding: 10px;
	margin: 10px;
	border-radius: 20px;
}