
.link{
  margin-top: 40px;
}


#clockdiv{
	font-family:"Objectivity-Regular", Arial, sans-serif;
	color: #2d7795;
	display: contents;
	/*display: inline-block;*/
	text-align: center;
	font-size: 2rem;
}


#clockdiv > div{
	padding: 0.2rem;
	border-radius: 3px;
	background: #2d7795;
	background: linear-gradient(to top left, #DEBA04 16%, #FFD605 35%, #BA9C03 66%, #DEBA04 81%);
	display: inline-block;margin-bottom: 20px;width:2.5em;
}

#clockdiv div > span{
	padding: 25px 0;
	border-radius: 3px;
	background: #ffffff;
	display: inline-block;
	width: 100%;
}

.smalltext{
	padding-top: 5px;
	font-size: 14px;
	/*! color: #ffffff; */
}

