body {
    background-color: #c9eaf4;
}

blockquote {
    border: 10px solid #9879b0;
    border-radius: 60px;
    background-color: #fae351;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 80%;
    font-family: "Luckiest Guy";
    font-style: normal;
}

#card-container {
    border: 4px solid #9879b0;
    background-color: #fae351;
    border-radius: 10px;
    padding: 8px;
    min-width: 250px;
    max-width: 870px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 100px;
}

.card-box {
    border: 3px solid #000000;
    border-radius: 50%;
    background: #fff;
    min-width: 80px;
    min-height: 80px;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.card-box.selected {
    border: 4px solid #cc1010;
    box-shadow: 0 0 12px #264751;
}

/*
.card-box .card-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #531f78;
}
*/

.card-symbol {
  position: absolute;
  transform: translate(-60%, -60%);
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: blue;
}

#symbol-container {
    border: 4px solid #9879b0;
    background: #fae351;
    border-radius: 10px;
    padding: 8px;
    min-width: 250px;
    max-width: 870px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 50px;
}

#symbol-container button {
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
}

#symbol-container button.selected {
    color: #000000;
    border: 4px solid #1a7b06;
    box-shadow: 0 0 5px #264751;
}

#status {
    margin-top: 8px;
}