body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #0B0707 !important;
    font-family: "League Spartan";
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.introBg {
    background: url("../images/introBg.png") no-repeat scroll center center !important;
    background-size: cover
}