html {
  margin: 0;
  padding: 0;
}
*,
::after,
::after {
  box-sizing: border-box;
}

body {
  font-size: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

  margin: 0;
}
h1 {
  margin-top: 0;
  color: white;
  font-size: 4.5em;
  font-family: "Merriweather", serif;
  word-spacing: 10px;
  letter-spacing: 3px;
  text-shadow: -3px 1.5px gray;
}
.logo {
  background-image: url("football-player-stadium.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  margin: 0;
  padding-left: 5px;
}
.nav-items {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.nav-items li a {
  text-decoration: none;
  font-size: 1.3em;
}
.nav ul {
  margin: 0;
  padding-left: 0.6em;
}
.nav li {
  margin: 0 5px 5px 0;
}

.section {
  font-size: 1.2em;
  padding: 0.6em;
  color: #078fb1;
  text-shadow: 1px 2px azure;
}

.container {
  font-size: 1.3em;
  display: flex;
  justify-content: space-evenly;
  margin-top: 90px;
  margin-bottom: 10px;
}
.space-container {
  background-color: darkgray;
  padding-top: 3em;
  padding-bottom: 4em;
}
.shop ul {
  padding-left: 0.6em;
}

ul li {
  list-style: none;
}
li a {
  text-decoration: none;
}
.footer1 {
  display: inline-block;
  text-align: center;
}
.footer2 {
  font-size: 1.2em;
  text-align: center;
}
.social-link img {
  width: 30px;
  height: 30px;
}

/* .onto {
  display: block;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
} */
