body {
    height: 100vh;
    background: url('https://basicallyvanilla.com/assets/images/Background.png') no-repeat center center/cover;
}

.brand-image {
    float: left;
    width: auto;
    max-height: 33px;
    line-height: .8;
}

.portfolio-card {
    max-width: 340px;
    margin: 2rem auto;
}

.portfolio-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.btn-steam {
    background: #171a21;
    color: #fff;
    font-weight: 600;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    text-decoration: none;
    border: none;
}

.btn-steam img {
    height: 20px;
    filter: brightness(1.2);
}

.btn-steam:hover {
    filter: brightness(1.05);
    color: #fff;
}

.stat-box {
    min-width: 125px; /* make boxes wider */
    padding: 1rem;
}
@media (min-width: 768px) {
    .stat-box {
        min-width: 180px; /* extra width on desktop */
    }
}