body {
  font-family: 'Press Start 2P', monospace;
  background-image: url('assets/img/grid-ungu.png');
   background-color: #000;
  background-image:
    linear-gradient(to right, rgba(176,132,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(176,132,255,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  color: #B084FF;
  text-align: center;
  padding: 2rem;
}
canvas {
background: #000;
border: 2px solid #B084FF;
cursor: crosshair;
}
button {
  font-family: 'Press Start 2P', monospace;
  margin-top: 1rem;
  background-color: #B084FF;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #000;
}
#gameOverModal {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.85);
  z-index:999;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  color:#fff;
  font-family:'Press Start 2P', monospace;
}
#gameOverModal h2 {
  color:#DDA0DD;
}
#gameOverModal button {
  margin-top:1rem;
  padding:0.5rem 1rem;
  background:#0f0;
  color:#000;
  border:none;
  cursor:pointer;
}
footer {
  margin-top:2rem;
  font-size:10px;
  color:#666;
}
footer a {
  color:#0f0;
  text-decoration:none;
}
footer a:last-child {
  color:#B084FF;
}
