body {
    background-color: darkseagreen;
}

h3 {
    font-weight: normal;
}

.question {
    font-style: italic;
}

#grandparent {
    font-size: 20px;
}

#parent {
    font-size: 18px;
}

#child {
    font-size: 15px;
}

