* {
	font-family: sans-serif;
	font-size: 19px;
	margin: 0px;
	box-sizing: border-box;
}

.fallback{
	margin-top: 150px;
	text-align: center;
}

#content{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.progress-bar{
	display: flex;
	margin: 15px 0px;
}

header{
	display: grid;
	grid-template-columns: 33% 34% 33%;
	grid-template-rows: 100px;
}

header .title{
	justify-self: center;
	text-align: center;
}

header .logo{
	justify-self: start;
	align-self: start;
	width: auto;
	height: 100%;
}

h1{
	font-size: 35pt;
	font-weight: bold;
	font-family: Verdana;
	color: #00A68B;
	margin:0px;
}

h2{
	font-size: 20pt;
	font-family: Verdana;
	color: #E46758;
	font-weight: normal;
	margin:0px;
}

header .clock{
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}

header .timestamp-container{
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}

header .clock *{
	font-weight: bold;
	font-size: 25px;
	font-family: "Courier New";
}

.date, .time{
	display: inline-block;
}
