body {
    background-color: #05070a !important;
}

#canvas {
    background: radial-gradient(circle, #0f172a 0%, #05070a 100%);
}

#highScoreInGameText {
    position: fixed;
    top: 25px;
    right: 20px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-radius: 12px;
    z-index: 100;
}

#highScoreInGameTextHeader {
    color: #3498db;
    font-size: 10px;
    letter-spacing: 1px;
}

#currentHighScore {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

#pauseBtn, #restartBtn {
    position: fixed;
    bottom: 30px;
    width: 50px;
    filter: drop-shadow(0 0 10px rgba(52, 152, 219, 0.4));
}
#pauseBtn { right: 30px; }
#restartBtn { left: 30px; }
