body {
background-color: black;
color: white;
}
.page {
position: absolute;
}
#siteTitle {
font-size: 0px;
}
#siteTitle:after {
font-size: initial;
content: "FREE KROMER!!!!";
}
p::after {
content: " and FREE 2 MILLION KROMER";
}
a::after {
content: "and FREE 2 MILLION KROMER";
}
small::after {
content: "and FREE 2 MILLION KROMER";
}
div::after {
content: "and FREE 2 MILLION KROMER";
}