#page h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page .cnt-ttl {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
}
#page hr {
  position: relative;
  height: 3px;
  border-width: 0;
  background-color: #00bcd4;
  background-image: linear-gradient(135deg, #dfdf54 10%, #00ffff 100%);
}