* {
  margin: 0px;
  padding: 0px;
}




header {
  width: 100%;
  height: 10vh;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nava {
  text-decoration: none;
  color: black;
  margin: 2vh;
  padding: 1vh;
}

main {
  text-align: center;
}

.gamelink {
  text-decoration: none;
  color: white;
  margin: 2vh;
  padding: 1vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: centers
}

.gamep {
  align-self: center;
  text-align: center;
}

.gameimg {
  background-color: black;
  width: 25vh;
  align-self: center;
  text-align: center;
}

.shopa {
  text-dorcoration: none;
  color: black;
  border: 1px solid black;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5vh;
  text-align: center;
  align-items: center;
  align-self: center;
}

.shopimg {
  width: 250px;
  text-align: center;
  align-items: center;
  align-self: center;
}

.shopp {
  text-decoration: none;
}
