body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #f4f3ef;
  margin: 0;
  padding: 0;
}
p {
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 0;
  margin-top: 0;
}
img {
  height: 150px;
  width: 150px;
  margin-bottom: 24px;
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.image {
  display: flex;
}
#number {
  background: #575cf4;
  padding: 8px;
  color: #fff;
}
#decimals {
  margin-top: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}
.info {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
}
canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}