﻿.game-card {
    width: 18rem;
    margin-bottom: 1rem;
    height: 25rem;
}

.games-list {
    list-style-type: none;
}

#errorMessage {
    visibility: hidden;
}

.card-text-container {
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.backlog-btn {
    float: right;
}

.backlog-item {
    margin-bottom: 35px;
}