@font-face {
  font-family: "Input Sans";
  src: url(./InputSansNarrow-Regular.ttf)
}
body {
  font-family: "Input Sans", monospace;
  font-size: 14px !important;
  line-height: 1.3;
  background-color: rgb(253, 252, 251);
}
@media only screen and (max-width: 760px) {
  #content {
    width: calc(100% - 40px);
  }
}
#content {
  max-width: 720px;
  margin: 0px;
  padding: 20px;
}
h1 {
  margin-top: 0px;
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid red;
  cursor: pointer;
}
a:hover {
  color: white;
  background-color: red;
  border: none;
}
img {
  max-width: 80%;
  max-height: 600px;
  margin: 10px 0px;
  object-fit: contain;
}
hr {
  border-top: 1px solid black;
}
