@font-face {
  font-family: "Pretendard-ish";
  src: local("Malgun Gothic"), local("Apple SD Gothic Neo"), local("Noto Sans KR");
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

#game-container {
  width: 800px;
  height: 500px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

canvas {
  display: block;
}
