body {
    background-image: radial-gradient(#333 5%, transparent 5%);
    background-color: #0d0a0f;
    background-size: .5em .5em;
    --ignite-yellow-transparent: #fec40e11;
}


.menu a.is-active {
    background-color: var(--igniteGold);
    color: black;
}


.content a {
    color: var(--igniteGold);
}

.content a:hover {
    color: #957c2d;
}

.content {
    max-width: 70em;
    margin: auto;
}

.about {
    font-size: 1.2em;
    padding-right: 7%;
    padding-left: 7%;
}

.quest_download_button {
    border: 1px solid #fffc;
    width: 10em;
    border-radius: 0.5em;
    height: 3.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .9em;
    text-decoration: none;
    font-weight: 900;
}

.quest_download_button > div {
    color: white;
    margin:0;
}

.quest_download_button img {
    width: 1.5em;
    margin-bottom:-.4em;
}
