body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	overflow-y: hidden;
}

#container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #ddd;
	width: 30rem;
	height: 10rem;
}
