body {
    color: black;
}

.chat-bubble-status {
    font-size: 16px;
    margin: 10px 0;
}

.active {
    color: green;
}

.inactive {
    color: red;
}

p {
    font-size: 16px;
}

strong {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

hr {
    border-width: 2px;
}

img {
    display: inline-block;
    width: 10%
}