/* ========== Mobile responsive ========== */

@media (max-width:600px) {
  .center-panel{
    max-width:calc(100% - 24px);
    padding:24px 20px 16px;
    border-radius:10px;
  }
  .panel-title h1{font-size:28px;letter-spacing:2px}
  .btn-play{font-size:18px;padding:14px 0}

  /* HUD mobile */
  .hud-scores{display:none}
  .power-btn{width:48px;height:52px}
  .power-btn .p-name{display:none}
}

@media (max-width:400px) {
  .center-panel{padding:20px 16px 14px}
  .panel-title h1{font-size:24px}
}
