<style id="custom_css" type="text/css">.user_profile{}
.game_cell{
background-color: #FF0000;
padding: 10px;
border:6px #808080 solid;
border-radius: 5%;
position: relative;
display: inline-block;
transition: all 200ms ease-in;
transform: scale(1);
}
.game_cell:hover{
box-shadow: 0px 0px 100px 5px #000000;
z-index: 2;
transition: all 200ms ease-in;
transform: scale(1.02) rotate(-0.3deg);
}
.custom-bg {
background-image: linear-gradient(70deg, #000000 50%, #808080 50%);
top:-200%;
bottom:-200%;
left:-50%;
position: fixed;
opacity: 0.5;
right:-50%;
z-index:-10;
animation: bgAnim 10s infinite;
animation-timing-function: ease-in-out;
animation-direction: alternate;
}
.custom-bg2 {
left:-40%;
opacity: .5;
}
.custom-bg3 {
left:-30%;
opacity: .5;
}
@keyframes bgAnim {
0% {transform: rotate(0deg);}
10% {transform: rotate(0deg);}
90% {transform: rotate(180deg);}
100% {transform: rotate(180deg);}
}
.custom-profile-text
{
padding: 20px;
border: 10px #808080 solid;
border-radius: 100%;
background-color: #FF0000;
font-weight: bold;
font-size:30px;
transition: all 200ms ease-in;
transform: scale(1);
animation: boxAnim 5s infinite;
animation-timing-function: ease;
box-shadow: 0px 0px 100px 0px #000000;
}
@keyframes boxAnim {
0% {transform: scale(0.9) rotate(0deg);}
33% {transform: scale(0.91) rotate(0.5deg);}
66% {transform: scale(0.91) rotate(-0.5deg);}
100% {transform: scale(0.9) rotate(0deg);}
}
.text_header{
z-index: 50;
font-family:Luminari,Impact,Snell Roundhand, cursive;
font-size: 50px;
box-shadow: 0px 0px 30px 0px #000000;
}
</style>
I am a passionate horror enthusiast, with a deep love for playing horror games and immersing myself in terrifying narratives. I am a hardcore player of Fallen Earth, and consider myself an expert in navigating its world. As a member of Thuum.org, I have developed an interest in the fictional language of Dovahzul.
In addition to my appreciation for traditional horror media, I am also studying and experimenting with Analog Horror. I have a particular fondness for the works of Gemini Home Entertainment, LOCAL 58, and The Mandela Catalogue.
While still new to the world of game development, I am eager to learn and grow in this field. I am also exploring my musical talents and have created a few compositions, although I acknowledge that I still have a lot to learn.
One of my major literary interests is the SCP Foundation, and I have written 25 SCP drafts that exhibit my imaginative and creative writing skills. Additionally, Nyarlathotep is a popular subject for my short horror stories, as I find the character's mythology and nature to be particularly fascinating.