html, body {
	margin: 0;
	padding: 0; }
body {
	background-color: #BE131C; }

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; }
#time { 
	font-size: 15vw;
	font-family: "Muli";  
	text-align: center;
	color: #eee;
}