body {
	font-family: 'Roboto', sans-serif;
}

#clock {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	min-height: 32px;
}

h1 {
	font-size: 48px;
}

h1,
p {
	text-align: center;
	line-height: 1.5;
}

a {
	color: #007BFF;
	text-decoration: none;
}

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