.questionModal-content {
    height: 30vh !important;
    min-width: unset !important;
    width: 60vw;
    left: 6vw;
    top: 25vh;
    background-color: ghostwhite;
}

.questionModal-header {
    border-bottom: none !important;
    color: darkslategray;
    text-align: center;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: inherit;
    line-height: 36px;
}

.questionModal-header > h4 {
    font-size: 34px !important;
}


.modal-body > btn:hover {
    cursor: pointer;
}

.qMbutton {
    display: inline-block;
    border: solid 1px black;
    padding: 20px;
    border-radius: 20px;
    font-size: 30px;
    margin-left: 15vw !important;
    margin-top: 3vw;
    color: white;
    background-color:#000000ba;
}

.qMbutton:hover {
    cursor: pointer;
}