       body {
            font-family: Georgia, 'Times New Roman', serif;
            line-height: 1.5;
            color: #333;
            background: #fff;
            max-width: 700px;
            margin: 0 auto;
            padding: 40px 30px;
            font-size: 16px;
        }
        
        .top-space {
            height: 120px;
        }
        
        h2, h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 0 0 15px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .subheading {
            font-size: 16px;
            font-weight: bold;
            margin: 25px 0 8px 0;
        }
        
        .content-block {
            margin-left: 15px;
            margin-bottom: 20px;
        }
        
        .content-block p {
            margin-bottom: 15px;
        }
        
        .services {
            margin-left: 15px;
            margin-bottom: 20px;
        }
        
        .services a {
            display: inline-block;
            margin-right: 25px;
            margin-bottom: 8px;
            font-weight: bold;
            font-size: 18px;
        }
        
        .project-link {
            margin-left: 15px;
            margin-bottom: 8px;
        }
        
        .more-link {
            margin-left: 15px;
            margin-top: 15px;
            margin-bottom: 8px;
        }
        
        a {
            color: #333;
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        hr {
            border: none;
            border-top: 1px solid #ddd;
            margin: 20px 0;
        }
        
        .big-space {
            height: 60px;
        }
        
        .medium-space {
            height: 40px;
        }
        
        .small-space {
            height: 20px;
        }
        
        .socials {
            margin-left: 15px;
        }
        
        .socials a {
            margin-right: 20px;
        }
        
        address {
            margin-left: 15px;
            font-style: normal;
        }
        
        /* Keep it simple for mobile */
        @media (max-width: 600px) {
            body {
                padding: 30px 20px;
            }
            
            .services a {
                display: block;
                margin-bottom: 10px;
            }
        }