  @font-face {
      font-family: NotoMono;
      src: url('../font/NotoMono-Regular.ttf');
  }


  body {
      background-color: rgb(241, 241, 241);
      font-family: NotoMono;
  }