.game {
    padding: 5px;
    color: #ffffff;
}

.image {
    display: flex;
    justify-content: center;
}

.game-text {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.nineties-game {
    padding: 20px;
}

.eighties-game {
    padding: 20px;   
}

.seventies-game {
    padding: 20px;
}

.nineties-image {
    height: 300px;
    width: 325px;
}

.nineties-title {
    width: 325px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.eighties-image {
    height: 200px;
    width: 225px;
}

.eighties-title {
    width: 225px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.seventies-image {
    height: 125px;
    width: 160px;
}

.seventies-title {
    width: 160px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}