@font-face {
  font-family: "Bungee";
  src: url("assets/fonts/Bungee-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bungee Shade";
  src: url("assets/fonts/BungeeShade-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bungee Spice";
  src: url("assets/fonts/BungeeSpice-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #87ceeb;
  overflow: hidden;
}

#game-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#game-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

#scoreboard {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
}
