html {
	font-size: 62.5%;
}

body {
	color: #463d36;
}

body, button {
	background-color: #463d36;
}

h1, h2, p {
	margin: 0;
}

.container {
	font-family: sans-serif;
	background-color: #ffffff;
	border-radius: 2em;
	width: 600px;
	margin: 10em auto;
	padding: 4em;
}

.timings, .notice, button {
	text-transform: uppercase;
}

.timings {
	color: #a6192e;
	font-weight: bold;
	font-size: 2.8rem;
}

.notice {
	font-weight: lighter;
	font-size: 4rem;
}

.tagline {
	font-size: 2.8rem;
	margin: 28px 0;
}

button {
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4rem;
	padding: 30px 40px;
}