.msg-box {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    max-width: 80%;
    white-space: nowrap;
    color: white;
    background-color: #827f7f;
    border-radius: 20px;
}