body {
	margin:0;
	font-family: Menlo;
	color:white;
}
#timeDisplay {
	background:black;
	
	width:100vw;
	font-size:20vw;
	display: grid;
	justify-items:center;
	align-items:center;
	height:100vh;
	line-height: 0;
	
}
#timeDisplay.paused {
	color:#fff4;
}
#name {
	position: absolute;
	top:50px;
	left:0;
	right:0;
	text-align: center;
	text-transform: uppercase;
}
#notes {
	position: absolute;
	top:90px;
	left:0;
	right:0;
	text-align: center;
	font-size:0.8em;
	opacity: 0.8;
}
#interval {
	position: absolute;
	bottom:calc(42vh - 14vw);
	left:0;
	right:0;
	text-align: center;
	font-size:3em;
}