body {
	background-color: rgb(227, 248, 248);
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

h2 {
	margin: 0 0 5px;
	font-size: 26px;
}

select {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
	margin-bottom: 10px;
}

.container {
	margin: 100px auto;
	margin-bottom: 30px;
	max-width: 600px;
	background-color: white;
	padding: 60px;
	border-radius: 8px;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.city {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding: 20px 0;
}

.city:last-child {
	border: none;
}

.date {
	opacity: 0.6;
}

.time {
	font-size: 42px;
	font-weight: bold;
}

.time small {
	font-size: 16px;
	line-height: 36px;
	vertical-align: middle;
}

footer {
	text-align: center;
	font-size: 12px;
}
