/*
 * I called it faggot.css because every faggot makes websites that look like this
 */

body {
  background-color: #111;
  background-image: url("/images/imagedoc-darknoise.png");
  margin: 0;
  padding: 20px;
  width: 100%;
  height: fit-content;
}

nav {
  width: 100%;
  font-family: whitespace;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

nav .science {
  margin-right: 5px;
}

nav .name {
  font-weight: bolder;
  color: black;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 2vw;
  box-sizing: border-box;
  background-image: url("/images/cooo.png");
  background-color: #e7b359;
  background-size: 40px 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: rgba(207, 141, 67, 0.49) 2px solid;
  justify-content: center;
  position: relative;
  image-rendering: pixelated;
}

.😼 {
  position: absolute;
  right: 50px;
  bottom: -17px;
  z-index: 5;
  image-rendering: pixelated;
}

.escape {
  position: absolute;
  left: 50px;
}

nav .stimulate {
  background-color: #e7b359;
  position: relative;
}

section {
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fcfafd, #c6aec6);
  border: rgba(207, 141, 67, 0.49) 2px solid;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
  justify-content: space-around;
  align-items: start;
  min-height: 500px;
}

section > div {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 4px;
  text-overflow: ellipsis;
  font-family: serif;
  font-size: 15px;
  /* Optional: smooth out the transformation when not animated */
  transition: transform 0.3s ease-in-out;
  cursor: url("/cursors/pointer.cur"), pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  width: 350px;
  height: min-content;
  transition: scale 0.1s ease-in-out;
  background-color: white;
  z-index: 10;
}

section > div .Lorem_Ipsum {
  white-space: break-spaces;
  font-style: italic;
  color: #333;
  margin-bottom: 7px;
}

[class="while(true){alert('🧱bricked_by_lizardsquad')}"] {
  text-overflow: ellipsis;
  color: #000;
  overflow: hidden;
}

.Fuck {
  color: #555;
  font-size: 12px;
  padding-top: 4px;
  flex: none;
  scale: 1;
}

section > div:hover {
  animation: expand-wobble 0.5s ease-in-out infinite;
  scale: 1.1;
}

section > div > img {
  width: 340px;
  height: 190px;
  margin-bottom: 4px;
  background-color: #fff;
  background-image: url("/images/gopher-outline.png");
  background-position: center;
  background-size: 84px 117px;
  background-repeat: no-repeat;
}

@keyframes expand-wobble {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.php {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  animation-name: fuck;
  animation-duration: 1.5s;
  animation-timing-function: ease;
}

@keyframes fuck {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.php img {
  width: 530px;
  height: 200px;
}
