body * {
    color: #0B0061 !important;
    /*font-family: arial sans-serif;*/
}
.fw{
    width: 100% !important;
}
.red {
    color: #AF0000 !important;
    font-weight: bold;
}
.img-holder {position: relative; display: inline-block; width: 100%;}
.img-holder img {display: block; width: 100%;}
.img-holder h1 {
    position: absolute;
    top: 60%; left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
    color: #fff !important;
    text-shadow: 0 0 15px #000;
}
.img-holder a {
    color: #fff !important;
}
.mr-5 {
    margin-right: 5px !important;
}
