body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #8f9396;
  padding: auto;
  background-image: url(back.avif);
  background-repeat: repeat-x repeat-y;
  background-position: center;
  backface-visibility: visible;
}

#home {
  font-family: "Offside", cursive;
  color: aliceblue;
  padding-top: 2%;
}

.navbar {
  font-family: "Offside", cursive;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700px;
  padding: 20px, 0;
}

#about {
  font-family: "Offside", cursive;
  color: aliceblue;
  padding-top: 2%;
}

#games {
  font-family: "Offside", cursive;
  color: aliceblue;
}

.card {
  font-family: "Offside", cursive;
  color: black;
  align-content: flex-start;
}

.offset::before {
  display: block;
  content: "";
  height: 6rem;
}

.skills {
  font-family: sans-serif;
  list-style: none;
  padding: 0;
  width: 50vw;
  margin: 10rem auto;
  color: white;
}

#skills {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#skills #skill-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#skills img {
  margin-top: 5vh;
  height: 30vh;
  width: 17vw;
  border-radius: 40px;
}
