.text-red {
    color: #ff0000;
}

.text-black {
    color: #000000;
}

img.rounded {
    border-radius: 5px;
}

div.box {
    border-radius: 5px;
    background-color: #eaf2f8;
    padding: 5px;
    margin-top: 10px;
}
