:root {
  /* Background Colors: */
  --background-color: #faf5d3;
  --content-background-color: #ffffff;
  --sidebar-background-color: #ffffff;

  /* Text Colors: */
  --text-color: #613a1f;
  --sidebar-text-color: #595959;
  --link-color: #64c555;
  --link-color-hover: #109301;

  /* Text: */
  --font: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック' , 'MS Gothic', 'Noto Sans CJK JP', TakaoPGothic, sans-serif;
  --heading-font: Helvetica, sans-serif;
  --font-size: 14px;

  /* Other Settings: */
  --margin: 8px;
  --padding: 30px;
  --border: 4px solid #285d0dff;
  --round-borders: 14px;
  --sidebar-width: 160px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
  font-family: var(--font);
  line-height: 1.2;
  width: 60%;
  background: var(--background-color);
  background-image: url("https://apoll3.neocities.org/73abbbc865b3a41bd403395f417dafd9.jpg");
  
}
a {
  text-decoration: underline;
}

a,
a:visited {
  color: #142b0a;
}

a:hover,
a:focus {
  color:#142b0a;
  text-decoration: none;
}