body {
    background: #c5dbc5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #4d4d4d;
}

.main_text {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 1em;
}

a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #538e53;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #538e53;
}

a:visited {
    color:#837661;
    text-decoration: none;
}

pre {
    background-color:  #f2f2f2;
    color: #85765f;
    line-height: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 3em;
    margin-right: 3em;
    border: 1px solid #837661;
    border-radius: 10px;
}

.menu {
    text-align: center;
    font-family: monospace;
    text-decoration: none;
    font-size: 1.1em;
    margin-top: 80px;
    margin-bottom: 20px;
}

.etc {
    font-size: 0.9em; 
    text-align: center;
    margin-top: 30px;
}

.kanji {
    font-size: 1.5em;
}

.row {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 50px;
}

.row img {
  margin-right: 30px;
}

.wee {
  font-family: monospace;
  font-size: 0.9em;
}
