body { 
	background: #808080;
	color: #fff;
	font-family: "Poppins", sans-serif;
	margin: 0px;
	padding: 0px;
}

table {
	position: absolute;
	width: 667px;
	height: 375px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}

td {
	border: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#date {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  background: #000;
  border: 1px solid #808080;
}

#time {
  font-weight: 900;
  background: rgba(0,0,0,0.5);
  border: 1px solid #808080;
  background-repeat: no-repeat;
  background-size: 608px 200px;
}

.hour {
	border: 0px;
  background: rgba(0,0,0,0.5);
  height: 110px;
  width: 110px;
  border: 1px solid #808080;
  background-repeat: no-repeat;
}

.shadow {
  background: rgba(0,0,0,0.5);
  font-size: 24px;
  border-radius: 4px;
  padding: 0 2px 0 2px;
}

.smaller {
  font-size: 20px;
}

.numbers {
	font-size: 50px;
}

.big {
  font-size: 98px;
  -webkit-text-stroke: 2px #000;
	text-shadow: -1px 1px 2px #000,
		1px 1px 2px #000,
		1px -1px 0 #000,
		-1px -1px 0 #000;
}