/* Header Text CSS */
/* Conversion from pt to px (https://reeddesign.co.uk/test/points-pixels.html) */
.h1-header-text {
    color: #9b2743;
    font-size: 55px;
    font-weight: 900;
    text-align: center;
}

.h2-header-text {
    color: #9b2743;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.h2-blue-header-text {
    color: #271568;
}

.h2-red-header-text {
    color: #9b2743;
}

.middle span b {
    color: #271568;
    font-weight: 900;
}

.flashes {
    color: #9b2743;
    font-size: 20px;
    text-align: left;
}