@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #333;
    color: #eee;

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    color: #cee;
}

a:visited {
    color: #baadf6;
}

main {
    width: 50vw;
    margin: auto;
}

pre {
    font-family: "Roboto Mono", monospace;
}
