body {
    background: url(../images/crystalbackground.jpg);
}

.header {
    margin: 20px 0;
}

#instructions {
    margin-bottom: 20px;
}

h1 {
    text-align: center;
    letter-spacing: 12px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.btn {
    margin-top: 20px;
}
 
img {
    padding: 0 10px;
}

#winnerLoser {
    margin-top: 30px;
    font-size: 40px;
}