body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: darkslategray;

    font-family: "InstrumentSerif";
    color: #ffc900;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;}

@font-face {
    font-family: "InstrumentSerif";
    src: url("instrument-serif-v5-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;}