body {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5;
  /* background-color: #fef5ea; */
  background-color: #ffffff;
  
}

/* header and footer areas */
.menu { padding: 0; }
.menu li { display: inline-block; }
/* .article-meta,  */

.menu a {
  text-decoration: underline;
  /* background: #eee; */
  padding: 5px;
  /* margin: 0.25em; */
  border-radius: 3px;
  color: rgb(0, 0, 0);
}
.menu, .article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }
footer { padding-top: 1.25em; }
footer a {
  text-decoration: underline;
  color: black;
  padding: 5px;
}
hr { margin: 0.5em 0; color: black; }

/* code */
pre {
  border: 1px solid #ddd;
  /* box-shadow: 5px 5px 5px #eee; */
  padding: 1em;
  overflow-x: auto;
}

/* code { background: #f9f9f9; } */
pre code { background: none; }

/* misc elements */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  /*   background: #fef0e0; */
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;  
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee; }
/* thead, tfoot, tr:nth-child(even) { background: #fef0e0; } */


/* Pronunciation button */
.pronounce-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;                 
  background: transparent;
  border: none;
  padding: 0rem 0.25rem 0.10rem; 
  cursor: pointer;
  color: inherit;
  vertical-align: middle;
  font: inherit;
  line-height: 1;
  color: #000000;
}

.pronounce-btn svg {
  width: 1.05em;
  height: 1.05em;
  flex: none;
  stroke-width: 1.5; 
}

.pronounce-btn svg {
  width: 1.2em;
  height: 1.2em;
  flex: none;
}

.profile-img {
  max-width: 30%;
  min-width: 120px;
  float: right;
  margin-top: 0.7em;
}