body {
  margin: 0;
}

@media (min-width: 1250px) {
  body {
    margin: 8%;
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: gray;
  padding: 2px;
  text-align: center;
  font-size: x-small;
  z-index: 1000;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #1f6b08;
}
.navbar a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}
