/* Project Statement - Page-specific styles */

/* Page-specific styles */
        .container {
            padding: 80px 70px;
        }

        h1 {
            font-size: 38px;
        }

        .byline {
            font-style: italic;
            color: #7f8c8d;
            font-size: 16px;
        }

        .content {
            font-size: 17px;
            line-height: 1.9;
        }

        .content p {
            text-align: justify;
        }

        .content p:first-child {
            font-size: 18px;
            color: #34495e;
        }

        .highlight {
            font-weight: 600;
            color: #34495e;
        }

        .footer {
            margin-top: 80px;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 30px;
            }

            .content {
                font-size: 16px;
            }
        }
