body {
  font-family: 'Menlo', 'Andale Mono', monospace;
  font-size: 100%;
  color: #000000;
  background: linear-gradient(90deg, #ffe7e3 0%, #e7e3ff 100%);
  width: 100%; margin: 1em auto;
}

html {
  scroll-behavior: smooth;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: right;
  display: block;
  text-align: center;
  padding: 14px 16px;
}

.content {
  width: 70%;
  margin: 1em auto;
  padding: 2em;
  line-height: 1.75;
}

footer {
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}

h1 {
  font-size: 3em;
  scroll-margin-top: 40px;
}

h2 {
  font-size: 2em;
  scroll-margin-top: 40px;
}

h3 {
  font-size: 1.75em;
  scroll-margin-top: 40px;
}

p {
  font-size: 1em;
}

ul {
  list-style-type: "\2731";
  padding: 5px;
  font-size: 1.2em;
  list-style-position: outside;
}

ul li {
  margin-left: 35px;
  padding: 5px;
}

cite {
  font-style: italic;
  font-weight: bold;
}

blockquote {
  font-style: italic;
}

@keyframes hammie {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(20deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}

.hammie {
  width: 275px;
  height: 275px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation-name: hammie;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
}
