body {
    background-color: #24B4AB;
}
p {
    /* background-color: #C2B4E2; */
    line-height: 30px;
    width: 500px;
}

#header {
    background-color: teal;
    color: white;
    font-size: 80px;
    height: 100px;
    text-align: center;
    width: 100%;
}

.crystal-image {
    cursor: pointer;
    height: 100px;
    margin: 10px;
    width: 100px;
}

#innerContainer {
    margin: auto;
    width: 500px;
}

#instructions {
    font-size: 20px;
}

#gameContainer {
    background-color: #B9EFE1;
    border-radius: 30px;
    margin: auto;
    height: 800px;
    width: 800px;
}

#targetNumberContainer {
    background-color: teal;
    border-radius: 10px;
    color: white;
    width: 200px;
    height: 80px;
    font-size: 30px;
    text-align: center;
}
#scoreLabel {
    background-color: teal;
    border-radius: 10px;
    height: 80px;
    width: 200px;
    color: white;
    font-size: 30px;
    text-align: center;
}


#winslosses {
    background-color: #24B4AB;
    border-radius: 10px;
    color: white;
    font-size: 30px;
    height: 100px;
    width: 200px;
    text-align: center;
}