body{
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0d0dad;
  color: white;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.master{
  display: flex;
  gap: 18px;
  align-items: center;
  flex-direction: column;
}

.gioco{
  text-align: center;
}

.titolo{
  margin-bottom: 6px;
  font-size: 3em;
}

.hud{
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.temp{
  margin: 0;
  color: #38bdf8;
}

.score{
  margin: 0;
  color: #a7f3d0;
}

canvas{
  margin-top: 10px;
  border: 2px solid #334155;
  background: white;
  border-radius: 6px;
}

.inizio{
  margin-top: 10px;
  padding: 24px 36px;
  font-size: 1em;
  background: #22c55e;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 6px;
}

.inizio:hover{
  background: #16a34a;
}

.hint{
  margin: 0;
  opacity: 0.85;
  font-size: 0.95em;
}
