body {
    display: flex;
    justify-content: center; 
    align-items: center;    
    height: 100vh;
    margin: 0;
    background-color: #d4c7b6;
}


#status {
    background-color: yellow;
    border: solid red;
    width: 50%;
    height: 320px;
    align-content: center; 
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}