html, body {
	background: #eef;	
}

.container {
	width: 320px;
	margin: 0 auto;

}

button {
	background: #ddd;
	outline: none;
	width: 100px;
	height: 30px;
	margin: 10px;
}
