::-webkit-scrollbar {
    height: 12px;
    width: 6px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #0a0a0a;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}


body {
    background: #000000;
    font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
.hero-img {
    display: flex;
    justify-content: center;
}
.random-hero {
    max-height: 500px;
}
.logo {
    color: #e0e0e0;
    font-size: 24px;
    font-family: Andale Mono, monospace;
    display: flex;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

@media all and (max-width: 1260px) {
    .hero-img {
        width: 100%;
    }
    .random-hero {
        max-height: 400px;
    }
}

