* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

a.skip-to-content {
  position: fixed;
  left: -100px;
  right: 100px;
  top: auto;
  width: 10px;
  height: 10px;
  overflow: visible;
  border-radius: 100px;
  background-color: aqua;
}

header > h1 {
  background-color: #1753d4;
  height: 100px;
  height: 100px;
}

nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #287eb8;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  list-style: none;
  font-size: large;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

nav > ul a {
  color: white;
}

footer {
  background-color: #194d9b;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
}

footer a {
  font-size: large;
  color: white;
}
/*# sourceMappingURL=mall.css.map */