* {
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	text-align:center;
	justify-content: center;
	align-items: center;
	background: #282828;
}

.clock {
	width: auto;
	zoom: 5;
}

.flip-clock-dot {
	background: #ccc;
}

.flip-clock-meridium a {
    color: #ccc;
}

h1 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #ccc;
	text-align:center;
	zoom: 5;
} 

h2 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #ccc;
	text-align:center;
	zoom: 5;
}

#box {
	display: table;
}

#content  {
	/*color: #fff;*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
