@import url("https://fonts.googleapis.com/css2?family=Bitcount+Prop+Single:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bitcount Prop Single", sans-serif;
}

body {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
