body {
     background: #B8183D;
     color: #FFF;
}
 .head {
     margin: 35px;
     height: 100px;
     width: auto;
}
 h1 {
     color: #FFF;
     font-family: Montserrat;
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
}
 h2 {
     color: #FFF;
     font-family: Montserrat;
     font-size: 24px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
}
 h3 {
     margin-top: 10px;
     color: #FFF;
     text-align: center;
     font-family: Montserrat;
     font-size: 16px;
     font-style: normal;
     font-weight: 300;
     line-height: normal;
}
 .text-center {
     text-align: center;
}
 .footer {
     position: absolute;
     bottom: 0;
     width: 100%;
     line-height: 60px;
     background-color: #1D1D1B;
}
 .msg-logo {
     margin-top: 20px;
     margin-bottom: 10px;
     width: auto;
     height: 25px;
}
 .h-85 {
     height: 85% !important;
}
 .h-15 {
     height: 15% !important;
}
