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

.skip-to-content {
  position: absolute;
  left: 70%;
  z-index: 1000;
  padding: 1em;
  background-color: #287eb8;
  color: white;
  opacity: 0;
}

.skip-to-content:focus {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 70%;
  z-index: 1000;
}

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;
}

.card {
  border: 1px solid #ccc;
  padding: 16px;
  width: 45%;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.card img {
  width: 50%;
  height: auto;
}

.card h1 {
  font-size: 20px;
  margin: 10px 0;
}

.card .price {
  color: grey;
  font-size: 18px;
}

.card button {
  padding: 10px;
  background-color: #4587c5;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
}

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

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