body {
  font-family: Verdana, sans-serif;
	
  background-color: #f0f0f0;
}

.container {
  display: flex;
  justify-content: center;
}

.square {
  width: 140px;
  height: 140px;
  background-color: #F18307;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer {
  font-size: 30px;
font-weight: 1000;
}

.label {
  font-size: 16px;
  margin-top: 5px;
}