<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img_responsive_box {
    width: 90%;
    margin: 5%;
}

.red_text {
    color: #b53327;
}

.blue_text {
    color: #005296;
}

.yellow_text {
    color: #f2af0c;
}

.green_text {
    color: #078910;
}

.side_box_text {
    color: #febb19;
    display: block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 3% 3% 0;
    text-align: right;
    width: 250px;
}

h3 {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #5a5a5a;
}

h1 {
    font-size: 36px;
    color: #5a5a5a;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.1;
}

h2 {
    color: #005296;
    font-size: 28px;
    line-height: 35px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}</pre></body></html>