html,body{
	background:#fff;
}

#clockcontainer{
	height:280px;
	width:600px;
	background:#ff471a;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	border-style:double;
	border-width: 3px;
	border-color:#e62e00;
	box-shadow: 10px 10px 5px #888888;
	color:white;
 	font-family: courier, monospace;
    	text-align:center;
    	font-size: 50px;
}


#titlecon{
	height:100px;
	width:540px;
	background:#fff;
	color:#b32400;
	margin-top:40px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Pacifico', cursive;
}

canvas {background:white;}

