body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
  font-family: "JetBrains Mono", monospace;
  color: #333333;
  margin: 0;
}

.main {
  text-align: center;
}

h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

#count-el {
  font-size: 64px;
  font-weight: bold;
  margin: 20px 0;
}

button {
  width: 85px;
  height: 40px;
  color: #ffffff;
  background-color: #333333;
  font-size: 15px;
  margin: 5px;
  border: none;
  cursor: pointer;
  font-family: "JetBrains Mono", monospace;

}

button:hover {
  background-color: #121212;
}

#prev-el {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  width: 400px;
}

#footer {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
}

#link {
  color: #999999;
  text-decoration: none;
}

#link:hover {
  text-decoration: underline;
}
