/* #pigs {
  align-content: center;
  height: 80vh;
  min-width: 80vh;
} */

#top {
  padding: 20px 10px 10px 10px;
}

body {
  margin: 0;
  padding: 0;
}

#container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
  font-family: "Lucida Console", Courier, monospace;
  font-style: oblique;
  text-align: center;
}

h2 {
  font-family: "Lucida Console", Courier, monospace;
  font-style: oblique;
  text-align: center;
}

h3 {
  font-family: "Lucida Console", Courier, monospace;
  font-style: oblique;
  text-align: center;
}

p {
  font-family: "Lucida Console", Courier, monospace;
  font-style: normal;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center;
}