body {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #212121;
}

a {
  text-decoration: none;
  color: #0039a6;
}

a:hover {
  color: #406bbd;
  text-decoration: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0.75rem;
  background-color: #dfdf00;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.75rem;
  background-color: #dfdf00;
}

#main {
  position: fixed;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  right: 0;
  overflow: auto;
}

.content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}

.content p {
  font-size: 1.3125rem;
  margin: 0.5rem;
}

.content h1 {
  font-size: 1.875rem;
  color: #0039a6;
  margin: 0.75rem 0.75rem;
}

.icon-birdhouse {
  display: inline-block;
  width: 16rem;
  height: 6.5em;
  stroke-width: 0;
  fill: #0039a6;
  margin: 1rem;
}

.icon-chicks {
  display: inline-block;
  width: 16rem;
  height: 10em;
  stroke-width: 0;
  fill: #0039a6;
  margin: 1rem;
}

.icon-LogixHealth {
  display: inline-block;
  width: 6.443359375em;
  height: 1em;
  stroke-width: 0;
  font-size: 2rem;
  fill: #0039a6;
  color: #e98300;
}

.current-color {
  fill: currentColor;
}
