body {
  background-color: black;
}

h1 {
  color: antiquewhite;
  text-align: center;
  font-size: 2.5em;
}

p {
  color: antiquewhite;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.2em;
}

.logo {
  display: flex;
  justify-content: center;
}

.logo img {
  width: 1000px;
  height: 500px;
}

nav {
  display: flex;
  justify-content: center;
}

li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  align-self: center;
  font-size: 2em;
}

a {
  text-decoration: none;
  color: dodgerblue;
}

.fullPortfolio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.aapchp iframe {
  border: 1px solid;
  width: 300px;
  height: 600px;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 5px;
}

.pixelArt img {
  width: 500px;
  height: 500px;
  margin: 5px;
}

.glasses34 img {
  width: 400px;
  height: 300px;
  margin: 5px;
  margin-right: 0px;
}

.Poster img {
  width: 430px;
  height: 600px;
  margin: 5px;
}

.lightning1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lightning1 img {
  width: 480px;
  height: 350px;
  margin: 5px;
}

.lightning2 img {
  width: 400px;
  height: 350px;
  margin: 5px;
}

.silosLight img {
  width: 350px;
  height: 350px;
}

.silosBig img {
  width: 350px;
  height: 350px;
}

.chessSet img {
  width: 400px;
  height: 300px;
  margin: 5px;
  margin-right: 0px;
}

.monument img {
  width: 400px;
  height: 600px;
  margin: 5px;
}

.fabric img {
  width: 450px;
  height: 600px;
  margin: 5px;
}

.gameMenu iframe {
  width: 1170px;
  height: 672px;
  margin: 0px;
}

.gameMenu {
  display: flex;
  justify-content: center;
}

.STAC img {
  width: 750px;
  height: 400px;
  margin: 10px;
}

.oldSite img {
  width: 750px;
  height: 400px;
  border-style: solid;
  border-color: azure;
  border-width: 2px;
  margin: 10px;
}

.resume {
  display: flex;
  justify-content: center;
}

.resume img {
  margin: 30px;
}

img:active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
}
