body {
    background-color: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-family: Favorit, sans-serif;
    font-size: 1rem;
    line-height: 1.375;
    min-height: 100%;
    overflow-x: hidden;
    width: 100%;
}

footer {
    background-color: #081427;
    color: #fff;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}


.oswald-300 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.oswald-600 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}