h1 {
    color:rgb(224, 5, 224);
}

h5 {
    font-size: 30px;
}

body {
    font-size: 18px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 30px;
    color: #333;
    background-image: url('file:/Users/Lexie.Murphy/Desktop/unit-4-game/assets/images/qbkls.png');
  }

.jumbotron {
    background-color:rgb(4, 4, 78);
    color: white;
    text-align: center;
    width: 1200px;
    border-color: rgb(224, 5, 224);
    border-width: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 15px;
}

.instructionHeader {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}

.barBelowInstructions {
    margin-top: auto;
    margin-bottom: 15px;
    border-color: blue;
}

.btn {
    background-color:rgb(4, 4, 78);
    color:rgb(4, 4, 78);
}

.scoreCards {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;
}

.card {
    height: 250px;
    border-width: 2px;
    border-color: rgb(4, 4, 78);
}

#wins-text {
    font-size: 30px;
    margin-top: 60px;
    color: Green
}

#losses-text {
    font-size: 30px;
    color: red;
}

.computerChoice {
    margin-top: 20px;
}

#computerChoice-text {
    font-size: 100px;
    margin-top: 60px;
}

.totalScoreNumber {
    margin-top: 20px;
}

#totalScoreNumber-text {
    font-size: 100px;
    margin-top: 60px;
}

#crystalImages {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: center;
}
