.rave#gamePod {
    background: #404;
    background: linear-gradient(0deg,rgba(68, 0, 68, 1) 0%, rgba(87, 94, 199, 1) 74%, rgba(0, 5, 107, 1) 100%);
}

.rave#gamePod.v2 {
    background: #004;
    background: linear-gradient(0deg,#004 0%, rgba(87, 94, 199, 1) 74%, rgba(0, 5, 107, 1) 100%);
}

.rave#gamePod.v3 {
    background: #000;
    background: linear-gradient(0deg,#000 0%, rgba(87, 94, 199, 1) 74%, #000 100%);
}
