@font-face {
  font-family: clock; /* set name */
  src: url(digital-7.ttf); /* url of the font */
}

body {
	background:black;
	font-family: clock
}

.title{
	margin-bottom: 2.5rem
}

.container{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-size: 56px;
	color:#ffa600;
}

.cheese{
	margin-top: 2.5rem;
	width: 150px;
}

#counter{
	font-size: 7vw;
	letter-spacing: 1.5rem;
}

.hidden{
	font-size: 12px;
	color:black;
}
