.message-top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D3D3D3;
    color: #000000;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.message-top p {
    margin: 0;
    text-align: center;
    padding: 0 15px;
}

.message-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    height: 40px;
    font-style: italic;
}

.message-bottom p {
    margin: 0;
    font-size: 20px;
}