h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  color: goldenrod;
}
h1 > img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.2em;
  color: goldenrod;
  background: aliceblue;
  clear: both;
}

h3 {
  font-size: 1.1em;
  color: goldenrod;
}

p {
  font-size: 0.9em;
}

li {
  font-size: 0.9em;
}
li > ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-font {
  font-family: "Yuji Syuku", serif;
}

.kaido-title {
  font-size: 1.3em;
  font-family: "Yuji Syuku", serif;
}

.author-route:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4d7"; /* fa-route */
  font-weight: 900;
  padding-right: 1px;
  font-style: normal;
  color: red;
}

.author-footprint:before {
  font-family: "Font Awesome 5 Free";
  content: "\f54b"; /* fa-shoe-prints */
  font-weight: 900;
  padding-right: 1px;
  font-style: normal;
  color: blue;
}

.author-spots:before {
  font-family: "Font Awesome 5 Free";
  content: "\f277"; /* fa-signs-post */
  font-weight: 900;
  padding-right: 1px;
  font-style: normal;
  color: goldenrod;
}

.author-photos:before {
  font-family: "Font Awesome 5 Free";
  content: "\f030"; /* fa-camera */
  font-weight: 900;
  padding-right: 1px;
  font-style: normal;
  color: deeppink;
}
