/* Use ONLY 98.css */
@import url("https://unpkg.com/98.css");

body {
  background-color: #008080; /* Real Windows 98 teal */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.window {
  width: 420px;
}

.window-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

canvas {
  border: 2px solid black;
  background-color: black;
  image-rendering: pixelated; /* Crisp pixels */
  margin: 10px 0;
}

#score-container {
  margin-bottom: 5px;
  font-weight: bold;
}

.status-bar {
  margin-top: 5px;
}
