    html {
        /* 
background: -webkit-linear-gradient(to top, #FFE000, #799F0C, #00416A);
        background: linear-gradient(to top, #FFE000, #799F0C, #00416A);
 */
        background: -webkit-linear-gradient(to top, #1CB5E0 0%, #000851 100%);
		background: linear-gradient(to top, #1CB5E0 0%, #000851 100%);
    }

    .uk-heading-large {
        color: lightgray;
    }

    .uk-hr {
        border-top: 1px solid gray;
    }

    .uk-divider-icon::after,
    .uk-divider-icon::before {
        border-bottom: 1px solid lightslategrey;
    }

    .copyright-bottom {
        /* background: #990456; */
        /* -webkit-box-shadow: 0 0px 0 0 #c55475;  */
        /* box-shadow: 0 0px 0 0 #c55475; */
        /* border-radius: 4px; */
        display      : block;
        width        : 20em;
        text-align   : center;
        height       : 40px;
        line-height  : 35px;
        cursor       : pointer;
        font-size    : 0.96em;
        font-weight  : 300;
        margin       : auto;
        margin-bottom: 5.0em;
    }

    .copyright-bottom,
    a {
        color               : #5e5e5e;
        text-decoration-line: underline;
    }

    .copyright-bottom,
    a:hover {
        color               : rgb(236, 236, 236);
        text-decoration-line: underline;
    }

    .copyright-bottom,
    p {
        color               : #5e5e5e;
        text-decoration-line: none;
    }