/* body {
    padding-left: 0%;
    padding-right: 10%;
} */

.section {
    font-size: 1.5rem;
    font-weight: bold;
}

.question {
    font-size: 1.1rem;
    font-weight: bold;
}

.description {
    font-size: 1.1rem;
    font-style: italic;
    font-weight: normal;
}

input {
    font-size: 1rem;
}

.output {
    font-size: 1.1rem;
    font-weight: bold;

}


