.bg-image
{
    background-image: url(e07c2452f2b414525aeb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

#logo-wrapper
{
    width: 75%;
    display: grid;
}

.logo-layer
{
    grid-row: 1;
    grid-column: 1;
}

#heat
{
    mix-blend-mode: lighten;
    height: 100%;
}

.game-card
{
    width: 18rem;
}

#main-container
{
    padding-bottom: 50px;
}

.text-shadow
{
    text-shadow: 0px 1px 10px rgba(0,0,0,0.5)
}

.work-sans
{
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bi-large
{
    font-size: 1.5em;
    height: 1.5em;
    width: 1em;
    fill: currentcolor;
}