body {
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    line-height: 1.7;
    color: #333;
}

h1 {
    font-weight: 700;
    letter-spacing: -1px;
}

a {
    color: #0078d4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
