body { 
    font-family: "Press Start 2P", system-ui, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 2rem;
         margin: 0; padding: 0; background: #f5f5f5; }
.hero { display: flex; justify-content: space-between; align-items: center; background: #111; color: white; padding: 60px 40px; }
.hero-text h1 {
    font-size: 36px;
    margin: 0;
}.hero-text h2 {
    font-size: 28px;
    margin: 0;
}
.hero-photo img { max-width: 300px; border-radius: 16px; filter: grayscale(100%); }
.about { padding: 60px 40px; background: white; }
.footer { background: #111; color: white; padding: 40px; display: flex; justify-content: space-between; }
.footer a { color: white; text-decoration: none; }