@import url(fonts/montserrat.css);

body {
	display: flex;
	align-items: center;

	background: #f8fafc;
	font-family: 'Montserrat';
	text-align: center;

	width: 100vw;
	height: 100vh;

	overflow: hidden;
}

main {
	width: 100%;
	user-select: none;
}

p {
	margin-bottom: 0;
}

#date {
	font-size: 2.4em;
}

#time {
	font-size: 2em;
	margin-top: 12px;
}

.clock-stick {
	transform-origin: center;
	transform: rotate(0deg);
}
