/* General Formatting */
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10px;
    margin: 10px;
    width: 600px;
}

header {
    color: aliceblue;
    background-color: blue;
    width: 600px;
    height: 40px;
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: xx-large;
    font-family: cursive;
}

.numberBoxes {
    width: 240px;
    height: 140px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    font-size: 130px;
    font-weight: 200;
}

/* Instructions */
.instructionBox {
    text-emphasis-color: blue;
    background-color: aliceblue;
    height: 300px;
}

/* Random Number generated by computer */
#computerBox {
    color: green;
    background-color: lemonchiffon;
    margin-bottom: 20px;
}

/* Wins and Losses Counter */
#scoreBox {
    height: 130px;
    float: left;
    background-color: aquamarine;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 30px;
}

/* Crystal Buttons */
#crystals {
    clear: both;
}

.crystalBtn {
    height: 60px;
    width: 60px;
    clear: both;
}

.images {
    height: 55px;
    width: 55px;
}

/* Keep track of User's Score */
.scoreTitle {
    clear: both;
    background-color: teal;
    color: white;
    width: 230px;
    padding: 10px;
}

#userTotal {
    clear: both;
    color: white;
    background-color: teal;
}