html {
	background-color: rgb(72, 72, 72);
}

body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100dvh;
	flex-direction: column;
	overflow: hidden;
	margin: 0;
}

div {
	color: lightgray;
}
#text {
	font-size: 18px;
}
#timer {
	font-size: clamp(40px, 15vw, 200px);
	font-weight: bold;
}
#finish_time {
	font-size: 24px;
}
