/* Element style */
body {
    background-color: #f0f0f0;
}

/* Class style */
.el-center {
    text-align: center;
}

.el-summary {
    font-size: 18pt;
}
