* {
    font-family: Arial, Helvetica, sans-serif;
}

a,
a:active,
a:hover,
a:visited,
a:link {
    color: black !important;
    text-decoration: none;
}


body {
    background: #4e54c8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.box {
    background-color: #fff;
    border-radius: 5px;
}

.heading-text {
    font-weight: 700;
    font-size: 3rem;
}

