* {
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.count {
  display: flex;
  align-items: center;
}

.count__icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.count__number {
  margin-right: 3px;
}

.hidden {
  display: none;
}
