body {
	overflow: hidden;
}

div.container_text {
	position: absolute;
	margin: 0;
	top: 60%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

div.container_links {
	position: absolute;
	margin: 0;
	top: 2%;
	left: 90%;
	margin-right: -7%;
	transform: translate(-7%, -7%);
}

div.container_footer {
	position: absolute;
	margin: 0;
	top: 98%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

div.text_date {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-size: 60px;
	color: #ffffff;
}

div.text_subtext {
	font-family: 'Ubuntu';
	font-size: 20px;
	color: #ffffff;
}

div.text_footer {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

div.text_links {
	font-family: 'Ubuntu';
	font-size: 15px;
}

h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv{
	font-family: 'Ubuntu';
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #1b95e0;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #28a8f4;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}
