body {
	font-family: 'Andika', sans-serif;
	font-size: 14px;
	background-color:#000000;
	color:#BBBBBB;
	font-weight: 100;
	height: 100vh;
	margin: 0;
}
.title {
	font-family: 'Raleway', sans-serif;
	font-size:72px;
	border: 100px;
}

.clock {
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 42px;
	color: #88aaff;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.top-left {
	position: absolute;
	left: 10px;
	top: 18px;
}

.bottom-left {
	position: absolute;
	left: 10px;
	bottom: 18px;
}

.full-height {
	height: 100vh;
}


.position-ref {
	position: relative;
}

.m-b-md {
	margin-bottom: 30px;
}