<style>

.placeholder{
    color: orange;
}

body{
    background-image: url("../images/background.jpg");
}

#titleCard{
    color: white;
    background-color: orange;
    font-weight: bold;
    font-size: 24px;
    width: 190px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#instructionsCard{
    clear: both;
    color: green;
    background-color: tan;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 400px;
    height: 320px;
}

#goalCard{
    background-color: lightgreen;
    margin-left: 5px;
    color: purple;
    width: 160px;
    height: 70px;
    font-weight: bold;
    font-size: 20px;
    float: left;
}

#resultsCard{
    background-color: lightskyblue;
    margin-left: 5px;
    margin-bottom: 10px;
    color: black;
    height: 70px;
    width: 100px;
    float: left;
    padding: 5px;
    line-height: 30px;
    font-weight: bold;
}

#firstCrystalImage{
    clear: both;
    float: left;
    height: 100px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 3px red solid;
}

.otherCrystalImage{
    float: left;
    height: 100px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 3px red solid;
}

#displayCard{
    clear: both;
    color: white;
    background-color: teal;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 160px;
    font-weight: bold;
    padding: 3px;
    margin-top: 5px;
}

#currentScoreCard{
    background-color: teal;
    margin-left: 5px;
    color: white;
    width: 160px;
    font-weight: bold;
    font-size: 30px;
    height: 100px;
}
</style>