/* assets/css/declaration.css */

.page-header {
    text-align: center;
    padding: 3rem 0;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #000;
}

.page-header p {
    font-size: 1.2rem;
    color: #666;
}

.declaration-text {
    max-width: 800px;
    margin: 3rem auto;
    text-align: left;
    background: #fafafa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #000;
}

.declaration-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #000;
}

.declaration-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}
