body {
  background-color: #f0f0f0;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 48px;
  color: #FF0000;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.container {
  text-align: center;
}

h1 {
  color: #333;
  font-size: 32px;
}

#counter {
  font-size: 100px;
  font-weight: bold;
}
