body {
    background-color: #bd2e3d!important;
}
body .container {
    font-family: 'Montserrat', sans-serif;
}
body img {
    width: 200px;
}
body .btn-light, body .btn-light p {
    font-size: 1rem;
    color:#bd2e3d!important;
    font-weight: 500;
    margin-bottom: 0;
}
body .btn-success p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}
body p,
body small {
    color: #fff;
}