#statusBox {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    padding: 30px;
    border: 5px solid #333;
    z-index: 1000;
    text-align: center;
}
