body {
    background-color: #202020;
}

.status-box {
    position: sticky; 
    display: block; 
    width: 100%; 
    text-align: center;
    color: white;
    background: #141414;
    margin: 15px;
    padding: 50px;
    border-radius: 15px;
}