superbasement "great basement!"

“my 3D internet poem”

<p class="red" id="first">the year i was a dog</p>
<p class="cyan" id="firstt">the year i was a dog</p>
<p class="red" id="second">you were a raccoon.</p>
<p class="cyan" id="secondd">you were a raccoon.</p>
<p class="red" id="third">on wings of spit i flew</p>
<p class="cyan" id="thirdd">on wings of spit i flew</p>
<p class="red" id="fourth">past your shit-den.</p>
<p class="cyan" id="fourthh">past your shit-den.</p> .red {
color: hsla(0, 100%, 50%, 0.80);
position: fixed;
}
.cyan {
color: hsla(180, 100%, 50%, 0.80);
position: fixed;
}
#first {
top: 100px;
left: 100px;
}
#firstt {
top: 100px;
left: 105px;
}
#second {
top: 120px;
left: 100px;
}
#secondd {
top: 120px;
left: 110px;
}
#third {
top: 140px;
left: 100px;
}
#thirdd {
top: 140px;
left: 115px;
}
#fourth {
top: 160px;
left: 100px;
}
#fourthh {
top: 160px;
left: 120px
}