.main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }

header nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 30px 10%;
  background-color: grey; }

.footer {
  width: 100%;
  padding: 1.5em;
  background-color: grey;
  color: black;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-top: auto; }
  .footer p {
    background-color: inherit; }

.text1-home {
  display: flex;
  flex-direction: column; }

/*# sourceMappingURL=styles.css.map */
