@media screen and (max-width:768px){
    h3{
        font-size:1em;
    }    
}
body {
    background-color: #355664;
    color: white;
}
.jumbotron {
    background-color: #213E4A;
    text-align: center;
}
.aUnit {
    height: 90px;;
    background-color: #213E4A;
    margin-bottom: 20px;
}
.aUnitBottom {
    height: 90px;;
    background-color: #213E4A;
    margin-top: 20px;
}

.header img {
    float: left;
    position: relative;
    top: 10px;
}
.bejeweledImg img {
    width: 100%;
    max-width: 512px;
}
.game {
    max-width: 586px;
    margin: auto;
}