<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Gogono Cocoa Mochi";
	src: url(gomarice_gogono_cocoa_mochi.ttf) format("truetype");
}
:any-link {
	color: var(--accent-color);
}
html {
	--accent-color: rgb(227, 118, 149);
	--background-color: hsl(0, 0%, 90%);
	--text-color: black;
	--alternative-text-color: white;
	background: var(--background-color);
	color: var(--text-color);
	font-family: sans-serif;
}
body {
	text-align: center;
}
button, input {
	all: initial;
	padding: 0.25em 0.5em;
	font: inherit;
}



h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

img, iframe {
	max-width: 100%;
}
img {
	height: auto;
}

.banner, .screenshot {
	width: 80%;

}
	input:not([type]), input[type=text], input[type=email] {
	font-size: 2em;
	background: var(--alternative-text-color);
	color: var(--text-color);
}
input[type=button], input[type=submit], button {
	margin: 0.75em 0em 0.75em 0em;
	font-size: 2em;
	background: var(--text-color);
	color: var(--alternative-text-color);
	cursor: pointer;
}

#mce-EMAIL
{
	max-width: 100%;
	box-sizing: border-box;
}
script {
	display: revert;
}
body &gt; header,
body &gt; footer,
#social-media-buttons-paragraph,#game-links-buttons-paragraph {
	display: block;
	margin: auto;
}
body &gt; header &gt; img {
	max-width: 85vw;
	max-height: 65vh;
	object-fit: contain;
}
body &gt; header &gt; h1 {
	/*font-family: "Gogono Cocoa Mochi";*/
/*font-family: "Digitalt";*/
}
body &gt; header &gt; h1 + p {/*} img + h1 + p {*/
	font-size: 1.5em;
	margin: auto;
	max-width: 30em;
}
body &gt; .story {
	/* : 1px dotted rgba(255, 255, 255, 0.5); */
}

body &gt; .story &gt; img.screenshot {
	object-fit: cover;
	max-width: 100%;
	height: auto;
}

body &gt; .story &gt; img.screenshot + p {
	background: var(--text-color);
	color: var(--alternative-text-color);
	/* box-shadow: 0 0.5em 0.25em rgba(0, 0, 0, 0.25); */
	display: inline-block;
	text-align: left;
	max-width: 20em;
	padding: 1em;
	z-index: 2;
	margin: 0;
}
 h1 {
    margin-top: 100px; /* Adjust the value to control the amount of space */
    
 }
#steam-widget { 
	height: 12em; 
	width: 75%;
	border: none;
}

body &gt; article {
	margin-block: 1em;
}



body &gt; #tshirts &gt; img.screenshot {
	/*max-height: 20em;*/

}

body &gt; .story &gt; img.screenshot {
	/*max-height: 20em;*/
}


#mc_embed_signup {
	background: var(--accent-color);
	color: var(--alternative-text-color);
	margin: auto;
	padding: 0.25em 1em;
	width: 100%;
	box-sizing: border-box;
}
/*#mc-embedded-subscribe-form input {
	max-width: 100%;
	box-sizing: border-box;
}
#mc-embedded-subscribe-form .note small {
	all: unset;
}
#mc-embedded-subscribe-form [name="b_8dc478765ff45bcd403eacd19_cabdbec384"] {
	display: none;
}*/
#game-links-buttons-paragraph &gt; a {
	display: inline-block;
	text-align: center;
	font-size: 0;
	margin: 1 1rem;
}
#social-media-buttons-paragraph &gt; a {
	display: inline-block;
	text-align: center;
	font-size: 0;
	margin: 1 1rem;
}
#social-media-buttons-paragraph&gt; a:before {
	content: '';
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 4rem;
	height: 5rem;
}

#game-links-buttons-paragraph &gt; a:before {
	content: '';
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 8rem;
	height: 9rem;
}
#social-media-buttons-paragraph &gt; a.twitter:before {
	background-image: url(twitter.png);
}
#social-media-buttons-paragraph &gt; a.facebook:before {
	background-image: url(facebook.png);
}
#social-media-buttons-paragraph &gt; a.instagram:before {
	background-image: url(instagram.png);	
}
#social-media-buttons-paragraph &gt; a.email:before {
	background-image: url(email.png);	
}

#game-links-buttons-paragraph &gt; a.steam:before {
	background-image: url(/Icons/Steam_link.png);
}
#game-links-buttons-paragraph &gt; a.switch:before {
	background-image: url(/Icons/Switch_link.png);
}
#game-links-buttons-paragraph &gt; a.ios:before {
	background-image: url(/Icons/iOS_link.png);	
}
#game-links-buttons-paragraph &gt; a.gog:before {
	background-image: url(/Icons/GOG_link.png);	
}
#game-links-buttons-paragraph &gt; a.epic:before {
	background-image: url(/Icons/Epic_link.png);	
}
</pre></body></html>