
@font-face {
    font-family: "Roboto Mono";
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roboto_mono/RobotoMono-VariableFont_wght.woff2") format('woff2');
}
* {
    font-family: 'Roboto Mono', monospace;
}
html {
    font-family: 'Roboto Mono', monospace;
    background-color: rgb(39, 39, 45);
    color: white;
}
body {
    visibility: hidden;
    margin: 0px;
    display: flex;
    justify-content: space-around;
}
article {
    width: 80vw;
}