body {
    padding: 0 10px;
    margin: 50px auto;
    max-width: 800px;
    background-color: #1e1e1e;
    color: #e0e0e0;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
}

pre {
    font-family: "Inconsolata", monospace;
    font-size:1rem;
    font-weight:900;
    line-height: 1.0;
    text-align:center;
}

#maincontent {
    max-width: 42em;
    margin: 20 40;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: left;
    line-height: 1.5;
}

a {
    color: #4db8ff;
    text-decoration: none;
    transition: color 0.3s ease,
                filter 0.3s ease;
}

a:hover,
a:focus {
    color: #66cfff;
    filter: brightness(1.1);
}
