* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "toys";
  src: url("./assets/TOYZ.ttf") format('woff2'),
    url("./assets/TOYZ.ttf") format('woff');
}

#parking-cvs {
  border: 5px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b1b1b1;
  max-width: 100%;
  max-height: 100%;
}

img {
  display: none;
  object-fit: fill;
}

#score-wrapper {
  position: absolute;
  font-family: toys;
  top: 0;
}