a {
    text-decoration: none;
}

html {
    color-scheme: light dark;
}

body {
    font-family: system-ui;
    max-width: 600px;
    margin: auto;
    padding: 50px 20px;
    line-height: 150%;
}