body { 
    background-image: linear-gradient(180deg, #f3700c 0%, #fec424 100%) !important;
    background-repeat: no-repeat;
    height: 100vh;
    color: #000;
}

header, footer {
    background-color: #fff;
    padding: 20px 0 30px 0;
    width: 100%;
}

footer {
    position: fixed;
    bottom: 0;
    color: #777;
}

h1 {
    font-weight: 900;
    font-size: 2.1rem;
}

a[href] {
    color: #000;
}

h1:after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #000;
    display: block;
    position: relative;
    bottom: -15px;
    margin:auto;
}

.mt-xl {
    margin-top: 4.5rem !important;
}

.digicall-logo {
    margin-top: 16px;
}