html {
    background-color:rgb(212, 203, 203);
}
header {
    text-align: center;
    font-size: 5em;
}
.container {
    text-align: center;
}
h4 {
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
    color: rgb(51, 54, 51) !important;
}
input[type=radio] {
    text-align: right;
}
label {
    color: rgb(48, 95, 62);
}
button {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.radioQuestion {
    background-color: rgb(209, 196, 196);
    border-radius: 10px;
}
.mcQuestion {
    background-color: rgb(209, 196, 196);
    border-radius: 10px;
}