body, html {
    height: 100% !important;
}
body {
    font-family: 'Fredoka One', cursive;
    background-color: antiquewhite !important;
}
.color-gray {
    color:#424242 !important;
}
.required {
    color:red !important;
}
.btn-orange {
    border:2px solid #F79B2D !important;
    border-radius: 5px !important;
}