@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");

* {
  box-sizing: border-box;
}

/* body {
  background-color: #8e44ad;
  color: #fff;
  font-family: "Roboto Mono", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;weight400size100ff4332
  overflow: hidden;
  margin: 0;
} */

.counter-container {
  color: #ff4332;
  /* margin: 30px 50px; */
}

.counter {
  font-weight: 400;
  font-size: 100px;
  /* margin-top: 10px; */
}

.counter::after{
  content: " +";
  display: inline-block;
}
/* @media (max-width: 580px) {
  body {
    flex-direction: column;
  }
} */
