#game {
    background-image: url("../images/bg-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.nav-button {
    font-size: 28px;
}

.start-button {
    font-size: 28px;
    color: white;
}

.nav-icon {
    height: 30px;
    padding-right: 10px;
}

.inventory-icon {
    height: 50px;
}

.clickable {
    cursor: pointer;
}

.inventory-text {
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
}

.welcome-text {
    color: white;
    font-size: 18px;
}

.card-icon {
    height: 40px;
    padding-top: 10px;
}

.card-title {
    color: white;
    font-size: 40px;
}

.stat-text {
    text-align: right;
    font-weight: 500;
    color: white;
}

.activity-text {
    text-align: right;
    font-weight: 500;
    font-size: 20px;
    color: white;
    list-style-type: none;
}

.activity-list-title {
    color: white;
    text-align: center;
}