/* html, body {
    background-color: black;
    margin: 0;
} */

.banner {
    background-image: url("/images/acheron_banner_background_darker.png");
}

.banner__content {
    padding: 0;
    __max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner__text {
    
    flex-grow: 1;
    line-height: 1.4;
    font-family: 'Quicksand', sans-serif;
}

.banner__close {
    background: none;
    border: none;
    cursor: pointer;
}

.banner__text,
.banner__close > span {
    color: white;
}

.content {
    background-color: #202124;
}

.bannerLink:link { text-decoration: none; }

.bannerLink:visited { text-decoration: none; }

.bannerLink:hover { text-decoration: none; }

.bannerLink:active { text-decoration: none; }