#score-container {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000; /* Add shadows to create the outline */
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
