@import url("https://fonts.googleapis.com/css2?family=Inter");

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #f4f3ef;
  margin: 0;
  padding: 0;
}

p {
  font-weight: bold;
  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: #f5ff78;
  padding: 8px;
}

#decimals {
  margin-top: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
