#fish {
  background-image: linear-gradient(90deg, rgba(28, 13, 96, 0.72) 15.52%, rgba(255, 255, 255, 0) 15.52%, rgba(255, 255, 255, 0) 50%, rgba(28, 13, 96, 0.72) 50%, rgba(28, 13, 96, 0.72) 65.52%, rgba(255, 255, 255, 0) 65.52%, rgba(255, 255, 255, 0) 100%);
  background-size: 58px 58px;
  padding-top: 30px;
  max-width: 82%;
  width: 600px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 20px;
}

.logo {
  width: 350px;
}

#back {
  margin-left: 30px;
}

a {
  font-size: 20px;
}

section {
  background-image: url("https://textures.neocities.org/textures/paper-and-sponge/Sunflower_Bkgrd.jpg");
  background-size: 300px;
  max-width: 720px;
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  background-color: #fffed4;
  border: 6px double #3721ac;
  outline: 8px dashed rgba(255, 255, 207, 0.51);
  transform: rotate(2deg);
  filter: drop-shadow(0px 20px 60px rgba(250, 80, 77, 0.4));
}

h1,
h2 {
  margin: 0px;
  color: blue;
  text-align: right;
}

h1 {
  font-family: JWPixel;
  font-size: 42px;
  text-shadow: 2px 2px #ff504d;
  text-align: right;
  line-height: 0.8;
  margin-top: 15px;
}

h2 {
  font-size: 14px;
  color: blue;
  font-family: monospace;
}

h2 img {
  width: 44px;
  vertical-align: middle;
}

section p {
  text-indent: 40px;
}

article h2 {
  text-align: left;
  margin: 5px;
}

#profilePic {
  width: 200px;
  height: 200px;
  float: right;
  margin: 10px;
  margin-left: 20px;
  outline: 3px double #ff504d;
  transform: rotate(-2deg);
  background-color: black;
}

#links li {
  display: inline;
  margin-left: 20px;
}

#picz {
  max-width: 830px;
  margin: auto;
  margin-top: 50px;
}

#picz h1 {
  color: yellow;
  margin: 15px;
}

#picz ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#picz ul li {
  aspect-ratio: 1;
  overflow: hidden;
  transform: rotate(2deg);
  outline: 3px double white;
}

#picz ul li:nth-of-type(odd) {
  transform: rotate(-1deg);
}

#picz ul li:hover {
  transform: none;
}

#picz ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

footer {
  text-align: center;
  max-width: 700px;
  margin: 60px auto;
}

footer img {
  width: 48px;
  image-rendering: pixelated;
}

#junk img {
  z-index: -3;
}

/* JUNK */
#plane1 {top: 161px; left: 49px; } #plane2 {top: 601px; right: 98px; } 
