body {
  display: flex;
  flex-direction: column;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
}

#black {
  height: 100vh;
  width: 100vw;
  background-color: #2a251e;
  opacity: 0.8;
  background-image: linear-gradient(
      30deg,
      #000000 12%,
      transparent 12.5%,
      transparent 87%,
      #000000 87.5%,
      #000000
    ),
    linear-gradient(
      150deg,
      #000000 12%,
      transparent 12.5%,
      transparent 87%,
      #000000 87.5%,
      #000000
    ),
    linear-gradient(
      30deg,
      #000000 12%,
      transparent 12.5%,
      transparent 87%,
      #000000 87.5%,
      #000000
    ),
    linear-gradient(
      150deg,
      #000000 12%,
      transparent 12.5%,
      transparent 87%,
      #000000 87.5%,
      #000000
    ),
    linear-gradient(
      60deg,
      #00000077 25%,
      transparent 25.5%,
      transparent 75%,
      #00000077 75%,
      #00000077
    ),
    linear-gradient(
      60deg,
      #00000077 25%,
      transparent 25.5%,
      transparent 75%,
      #00000077 75%,
      #00000077
    );
  background-size: 20px 35px;
  background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}

#wojak {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 150px;
  width: 150px;
  mask: url("https://raw.githubusercontent.com/gist/4esv/6821c21f25853da0fd1c6ff39bbec6c7/raw/09db133ed503f88f01f091537371d6b9d1080ed0/Wojak.svg");
  -webkit-mask: url("https://raw.githubusercontent.com/gist/4esv/6821c21f25853da0fd1c6ff39bbec6c7/raw/09db133ed503f88f01f091537371d6b9d1080ed0/Wojak.svg");
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: center;
}

a {
  color: #fff000;
}

.webring {
  bottom: 0;
  position: absolute;
  color: #eeeeee;
  height: 10vh;
  width: 100vw;
  background-color: #000 25%;
}
