/* style.css */
body {
    background-color: #ffffff; /* Or #f6f6ef for that YC beige tint */
    margin: 20px 40px;
}

/* Link colors - PG uses standard blue/purple links */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #828282; text-decoration: none; }
a:hover { text-decoration: underline; }

/* The navbar style */
font[face="verdana"] {
    line-height: 1.5;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    body {
        margin: 10px;
    }
}
