body {
    font-weight: bold;
    height: 100vh;
}

h1 {
    margin-top: .2em;
    font-size: 270%;
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

#quesActualBox {
    background-color: #ffffff;
    padding: 1.6em;
    margin-top: .2em;
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    min-height: 90px;
    max-height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answerBox {
    width: 150px;
}

.answerBox:hover {
    cursor: pointer;
}

.card {
    border: none;
}

.card-header {
    color: white;
    padding: 0rem 1.25rem;
    font-size: 150%;
    line-height: 1.2em    ;
}

.card-body {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-text {
    text-align: center;
}