:root {
  --text: #000;
  --text2: #000;
  --bg: #fff;
  --bg2: #fff;
}
body {
    font-family: "Times New Roman", Times, serif;
    line-height: 20px;
    margin: 0px;
    color: var(--text);
    background-color: var(--bg);
}
h1, h2, b, a {
  font-weight: bold;
  color: var(--text2);
}
h1 {
  line-height: 30px;
}
h2 {
  text-align: center;
}
hr {
  border-color: var(--text2);
  border-style: solid;
}
details {
  cursor: pointer;
}

header {
  text-align: center;
}
.contain {
  background-color: var(--bg2);
  max-width: 900px;
  padding: 30px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.poetry {
  text-indent: 0px;
}
.fakea {
  color: #0000FF;
  text-decoration: underline;
}
.fakehover {
  background-color: #ACCEF7;
}
@media (max-width: 950px) {body {margin: 20px;}}