.gameImg {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-top: 10px;
}

.playBtn {
    position: relative;
    top: -110px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.8);
}

.gameTitle {
    font-size: 1rem;
    text-decoration-line: underline;
    font-weight: bold;
    color: rgba(255,255,255,.75);
}

.gameDesc {
    font-size: .75rem;
    color: rgba(255,255,255,.75);
}

#VeediContainer {
    height: 280px;
    width: 100%;
    display: none;
}
#TubiaContainer {
	display: none;
}