main {
  display: grid;
  place-items: center;
}

.title {
  text-align: center;
  font-size: 40px;
}

.count-section {
  margin: 8vmax 0;
}

.counts {
  text-align: center;
  font-size: 120px;
}

.control-section {
  width: 100%;
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.home-btn {
  display: block;
  width: 75%;
  max-width: 200px;
  padding: 8px 0;
  font-size: 80px;
  background-color: transparent;
}