.help-box{
    margin: 20px;
    padding: 10px;
    background-color: #1E4078;
    color: white;    
}

.btn-custom{
    background-color: #C61329;
    color: white;
}

.btn-custom:hover{
    background-color: #D00E25;  
    color: white;
}

body {
    font-family: 'Signika', sans-serif;
    background: #fcfcfc;
    font: 20px/1.5 sans-serif;
    background-image: none!important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}