@font-face { font-family: "Digital"; src: url('../fonts/Adequate-ExtraLight.ttf'); }
@font-face { font-family: "Micro"; src: url('../fonts/MicroExtendFLF.ttf'); }
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#FFF;
}

.content {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: table;
	vertical-align: middle;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.content .inner {
	display:table-cell;
	vertical-align: middle;
	font-family: "Muli-Light";
}
.time, .date, .seconds {
	font-family: "Micro";
	color:#FFF;
	white-space: nowrap;
}
.timeblock {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0 auto;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 50%;
	padding: 1rem;
	width: min(300px, calc(100vw - 2rem));
	aspect-ratio: 1;
	box-shadow: inset 0 0 30px rgba(255,255,255,0.5);
	text-align: center;
}
#particles-js{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#particles-js canvas {
	display: block;
}
