/*
 * This hack is to prevent btn from changing color after clicking and making it 100% in width
 */
.btn-color {
    background-color: #f4516c !important;
    width: 100%;
}

.custom-body {
    padding: 0.1rem 2.2rem !important;
    margin-top: -30px !important;
}