@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&family=Shippori+Mincho&display=swap');


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 20px;
  font-family: 'Shippori Mincho', serif;
  background-color: #111;
  color: #e7e7eb;
  border: none;
  text-decoration: none;
  font-size: 10px;
}

/* 本文コンテナ */
.content {
  word-break: break-all;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 20px;
}

/* タイトル部分の背景 */
.title {
  background-color: #222222;
}

/* 下線を消す */
a { text-decoration: none; }
hr { border:none } 

/* リンク */
span.name {
  color: #e7e7eb;
}

a {
  color: #e7e7eb;
}

a,
a:visited,
a:hover,
a:active {
  color: #e7e7eb;
}

/* 時計 */
font[size="-1"] {
  font-size: 10px !important;
}


