@font-face {
    src: url("../InstrumentSans-VariableFont_wdth,wght.ttf");
    font-family: "Instrument Sans";
}

body {
    background: black;
    font-family: "Instrument Sans", monospace;
    font-size: 110%;
    color: darkgray;
    mix-blend-mode: difference;
}

a:visited {
    color: #5366f8;
}

.centre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.centre p {
    padding: 2px 12px;
}

.small {
    font-size: 75%;
}
s