* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}


.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
}

#counter {
  background-color: #b2d8b2;
  width: 100%;
  height: 20%;
  color: white;
  font-size: 80px;


}

#counter h1 {
  font-size: 60px;
  color: #0f0f0f;
  font-family: 'Unica One', cursive;


}



#count {
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: 'Unica One', cursive;
}





button {
 margin-top: 60px;
 background-color: #0f0f0f;
 color: white;
 padding: 10px 24px;
 border: 2px solid white;
 font-family: 'Unica One', cursive;
 font-size: 30px;

}

button:hover {
  background-color: #b2d8b2;
  color: black;
  font-size: 30px;
}
