  img#correctButton1 { width: 90px; height: 108px; }
        img#wrongButton1 { width: 90px; height: 108px; }
        .button-container { display: flex; justify-content: space-evenly; }
        p#wrongButton2 {
    background-color: #0078ff;
    border-radius: 10px;
    width: 85%;
    min-width: 250px;
    height: 40px;
    color: #fff;
    padding: 5px;
    align-items: center;
    font-size: calc(.87rem + 0.3vw);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    letter-spacing: 1px;
    cursor: pointer;
    }

    p#correctButton2 { 
    color: #0078ff; 
    cursor: pointer;
    font-size: calc(.87rem + 0.3vw);

    }      
  

.kuang-green {
    border: 1px solid #2fb344;
    border-radius: .4rem;
    background-color: #fff;
    box-shadow: 3px 3px 7px rgb(80 80 80 / 10%);
    padding: 1.1rem;
}

.kuang-red {
    border: 1px solid #d63939;
    border-radius: .4rem;
    background-color: #fff;
    box-shadow: 3px 3px 7px rgb(80 80 80 / 10%);
    padding: 1.1rem;
}

h3.card-title {
    color: #6c7a91;
    font-weight: 600;
}

.jus-conter {
    justify-content: center;
}