.container {
	width: 300px;
	font-size: 12px;
	font-family: Verdana;
	margin: 0 auto 20px auto;
	background-color: rgb(196, 195, 200);
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 8px 8px 5px 2px rgba(0, 0, 0, 0.5);
}

.header {
	width: 300px;
	height: 205px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/snake.jpg");
}

.body {
	width: 280px;
	padding: 10px;
}

.error {
	color: rgb(200, 0, 0);
	font-size: 0.8em;
	font-weight: bold;
}

.fortune {
	border-top: 3px double rgb(100, 100, 100);
	padding-top: 10px;
}

label {
	font-weight: bold;
}

input[type="date"] {
	font-size: 1.2em;
	width: 150px;
	height: 1.5em;
	pdding: 0.5em;
}