body {
    /* background: url(https://www.grayducklab.com/image/background/cltopo.svg); */
    /* background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://www.grayducklab.com/image/background/msp_mirror.png); */
    /* background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://www.grayducklab.com/image/background/cherry.jpg); */
    background: url(https://www.grayducklab.com/image/background/cherry.jpg);
    /* background-repeat: no-repeat; */
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
    height: 90vh;
    width: 90vw;
    /* font-family: 'Jura', 'Helvetica', monospace; */
    font-family: "Sono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "MONO" 1;
    text-align: left;
}
/* .sono-body {
  font-family: "Sono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "MONO" 1;
} */
