.score-container {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}