html, body {
    background-color: #2c3e50 !important;
    background: url('../images/shutterstock_1243717.jpg') no-repeat center/cover !important;
}
/* some colour bits to modify glyphicon behaviours */
.glyphicon .active {
    color: #6869ae;
    cursor: pointer;
}
.glyphicon .inactive {
    color: #8d898f;
}

.wboxlink:before {
    content: "\f0c1";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.wboxlink {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    color: #fff !important;
}