body {
        margin: 0px;
        background-color: #ffe8a1;
        color: #954b00;
        font-family: DJB;
      }
      @font-face{
        font-family: DJB;
        src: url(/font/DJB.ttf);
        font-weight: bold;
      }
      @font-face{
        font-family: MHL;
        src: url(/font/MHL.otf);
      }
      a {
        text-decoration: none;
      }
      .mhl {
        font-family: MHL;
      }
      .content {
        display: flex
      }
      .guide {
        width: 180px;
        margin-top: 60px;
        position: sticky;
        top: 0;
      }
      .logo {
        height: 60px;
      }
      .guidebutton {
        margin: 5px 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 24px;
        background-color: #b75c00;
        color: white;
      }
      .guidebutton.selected, .guidebutton:hover {
        background-color: #7ed500;
      }
      .body {
        width: 960px;
        max-width: 960px;
        min-height: 256px;
        background-color: beige;
      }
      h1 {
        text-align: center;
        font-size: 48px;
        font-family: MHL;
      }
      h {
        font-size: 20px;
      }
      p {
        border-top: solid 1px #954b00;
        margin-left: 10px;
        margin-right: 10px;
      }
      .text {
        padding: 10px;
      }
      @media (max-width: 1139px) {
        .body {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding-top: 0.01px;
        }
        .guide {
          display: flex;
          width:100%;
          text-align: center;
          margin-top: 0px;
        }
        .guide a {
          width: 100%;
        }
        .guidebutton {
          margin: 0px 0px;
          padding-top: 0px;
          padding-bottom: 0px;
        }
        .content {
          display: unset;
        }
      }