body {
    background-color: white;
    display: flex;
    justify-content: center;
}

#message-container {
   background-color: gray; 
}