@import url("https://use.typekit.net/kdp5lpr.css");

html, body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
canvas {
  display: block;
}

footer {
  background-color: #000000;
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 700;
  font-style: italic;
  color: white;
  max-width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #FFF;
  height: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Adobe Garamond Pro", serif;
}

#gif {
  background-image: url(goatclear.gif);
  background-size: cover;
}
