.message-bar-container {
    /* height: 2em; */
    width: 100%;
    background-color: orange;
}

.message-bar {
    width: 90%;
    line-height: 2em;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.message-text {
    color: #090909;
    text-align: center;
    width: 100%;
}


.message-btn {

    height: 1.5em;
    background-color: #ffb74d;
}