body:before, body:after {
    height: 5px;
    width: 100%;
    position: fixed;
    content: '';
    z-index: 999
}

body:before {
    top: 0
}

body:after {
    bottom: 0
}

body:before, body:after,
.wrapper:before, .wrapper:after {
    background: #fb3358;
}

.wrapper:before, .wrapper:after {
    height: 100vh;
    width: 5px;
    position: fixed;
    content: '';
    z-index: 999;
    top: 0
}

.wrapper:before {
    left: 0
}

.wrapper:after {
    right: 0
}

.logo {
    height: 5em;
}

.b-divider {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.game-card .card-header {
    font-weight: bolder;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

    .game-card .card-header a {
        display: flex;
        margin-left: auto;
    }

.google-play-holder {
    padding-top: 1em;
}

.play-store-logo {
    width: 100%;
}

.game-icon {
    width: 3em;
    border-radius: 0.5em;
    margin-right: 1em;
}

.game-description {
    display: flex;
    margin-bottom: 2em;
    align-items: center;
}

@media (min-width: 576px) {
    .game-card .card-header {
        font-size: 2em;
    }

    .play-store-logo {
        width: 15em;
    }
}

@media (min-width: 992px) {
    .game-description {
        margin-bottom: 0;
    }
}
