.gay {
    background-color:#FFF;
    color:#F00;
    font-family: 'Courier New, monospace';
    height:500px; overflow:auto;
}

.gar {
  max-width:900px;
}

body {
    background-image: linear-gradient(90deg, transparent, #FFF4, #FFF), url(https://file.garden/ZRWQAzccGFWyKufI/NEOCITIES/d/heartrain.gif), url("https://file.garden/ZRWQAzccGFWyKufI/NEOCITIES/d/BUILD.png");
    background-attachment: fixed, scroll, fixed;
    color:#FFF;
}

hr {
  border: 2px #F00 solid
}

.container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 50px;
    width: inherit;
}

.gim {
    max-width:400px;
}

span {
    background-color:#000;
}

.gaydient {
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(90deg, transparent, #FFF4, #FFF);
}

.rainient {
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    background-image: url(https://file.garden/ZRWQAzccGFWyKufI/NEOCITIES/d/heartrain.gif);
}

img {
  max-width:100%;
}

a:link {
  color:#0C0
}

a:hover {
  color:#CC0
}

a:active {
  color:#FF0
}

a:visited {
  color:#0CC
}

a:visited:hover {
  color:#0C0
}