
 
.messageLog{

    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    p{

    text-align: center;
    color: #bababa;
    margin-block: 8px;
    }
}