.category-info {
    background-color: aliceblue;
    padding: 30px;
    border-radius: 20px;
}

.question-title {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: azure;
    border-radius: 10px;
}

.question-row {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}