body {
  background-image: url("gaybg.gif");
  color: #fff;
}

p {
  color: white;
  background-color: red;
  /* I DIDNT THINK AHEAD BEFORE MAKING BG FOR EVERY TEXT RED */
}

.float {
  float: left;
  margin: 15px;
}

/* right and left sunflower respectively */
.sunright,
.sunleft {
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.sunright {
  right: 0;
}
.sunleft {
  left: 0;
}

/* yuri txt scroll */
.yuricontain {
  width: 100vw;
  overflow: hidden;
}

.yuri {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  color: red;
  background-color: transparent;
  text-shadow: 2px 2px 0 yellow;
}

.backlink {
  display: block;
  text-align: center;
  background-color: #000;
  color: yellow;
}

.center {
  text-align: center;
}

.rainbowtxt {
  font-size: 64px;
  background-color: transparent;
  background-image: linear-gradient(indigo, blue, green, yellow, orange, red);
  text-shadow: 5px 5px 5px#000;
  transform: skew(-20deg);
  border-radius: 20px 0 20px 0;
  max-width: max-content;
  margin: 15px auto;
  padding: 23px 25px;
}

.ratman {
  max-width: fit-content;
  position: relative;
  left: 40%;
}

img[src="rat3.gif"] {
  filter: drop-shadow(5px 5px 15px white);
  &:hover {
    filter: drop-shadow(5px 5px 15px red);
  }
}
