/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html {
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
}

.time {
	background-color: transparent;
	border: 0px;
	color: black; 
   font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 200px;
	height: 200px;
}
.clock {
	background-color: transparent;
	border: 0px solid transparent;
	color: black; 
   font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 200px;
	height: 200px;
}