@font-face {
  font-family: 'SansFont';
  src: url('/fonts/pixel-comic-sans-undertale-sans-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.animals-area {
  height: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #6969bd;
  margin-bottom: 1rem;
}

p, h1, h2, a, nav {
  position: relative;
  z-index: 1;
}

body {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'SansFont', monospace;
  background: #050520;
  /* background: #6969bd; */
  color: #00f5ff;
}

header {
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #ff00aa;
  text-shadow: 0 0 10px #ff00aa, 0 0 30px #ff00aa;
}

nav {
  display: flex;
  border-bottom: 2px solid #ff00aa;
}

nav a {
  color: #00f5ff;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  border: 2px solid #ff00aa;
  margin-bottom: -2px;
  margin-right: -2px;
  background-color: #0a0a35;
  transition: background-color 0.15s;
}

nav a:hover {
  background-color: #0f0f40;
}

nav a.active {
  background-color: #050520;
  border-bottom-color: #050520;
  color: #ff00aa;
  text-shadow: 0 0 8px #ff00aa;
}

footer {
  border-top: 1px solid #ff00aa;
  padding-top: 0.5rem;
  margin-top: 4rem;
  font-size: 0.8rem;
  color: #7700cc;
}

.isso-comment-footer .isso-spacer,
.isso-upvote,
.isso-downvote {
  display: none;
}