No edit summary
No edit summary
Line 139: Line 139:




.fp-article-box {
.fp-colored-article {
     background-color: #ffffff;
     background: #f0f4ff;
     border: 1px solid #d1d5db;
     border: 1px solid #c3dafe;
    border-radius: 8px;
     padding: 2em;
     padding: 2em;
    border-radius: 8px;
     font-size: 1em;
     font-size: 1em;
     line-height: 1.7;
     line-height: 1.7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
     margin-bottom: 2em;
     margin-bottom: 2em;
}
.fp-article-heading {
    text-align: center;
    font-size: 1.5em;
    font-family: Georgia, serif;
    margin-bottom: 1em;
    color: #1a1a1a;
}
}