#about-box {
    border: solid #44B68B 1px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px gray;
    color: #44B68B;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0;
}

#lead-box {
    color: #00A16A;
    font-weight: bold;
    margin-bottom: 1em;
}

.main-article {
    .answerer {
        color: #00A16A;
        font-weight: bold;
    }
    .interviewer {
        color: #00A16A;
        font-weight: bold;
        margin-left: 2em;
        text-indent: -1em;
    }
}

#oneprase {
    font-size: x-large;
    font-weight: bold;
    margin: auto;
    width: 90%;
}
