html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

footer {
  height: 5vh;
  background-color: rgb(139, 26, 26);
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
}/*# sourceMappingURL=footer.css.map */