* {
	font-family: 'Montserrat', sans-serif;
	font-size: 110%;
}

table {border-collapse: collapse;}

.displayTime {
	width: 300px;
	height: 300px;
	position: fixed;
	margin-left: -150px; /* half of width */
	margin-top: -150px;  /* half of height */
	top: 50%;
	left: 50%;
	text-align: center;
}

body {
	background-color: #AC1A2F;
	color: #AAAAAA;
}