/* General Page Styling */
.page-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-container h1, 
.page-container h2, 
.page-container h3 {
    text-align: center;
    margin-bottom: 15px;
    color: blue;
}

.page-container p {
    line-height: 1.6;
    font-size: 16px;
}
