<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Cousine');
body,html{font-family: 'Cousine', sans-serif;}

.appriseInner
{
font-family:Verdana, Geneva, sans-serif !important;	
}

.red
{background:red !important;	}


#createBox
{
width:100%;
border:1px black solid;	
font-size:small;
}


#wrapper
	{
	display:nosne;
	width:95%;
	background:red;
	color:yellow;
	border: 1px black solid;
	margin:25px auto;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 1px -4px 80px 23px rgba(115,5,5,1);
-moz-box-shadow: inset 1px -4px 80px 23px rgba(115,5,5,1);
box-shadow: inset 1px -4px 80px 23px rgba(115,5,5,1);
	}
#inner
	{
	width:99%;
	margin:auto;	
	}
	
	
	.buty a {
padding: 10px 25px 10px 25px;
background: #ccc;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
}

@import url('https://fonts.googleapis.com/css?family=Acme|Special+Elite');
.alphabetBox
{
text-align:center;
margin:auto;
margin-bottom:20px;
border:1px yellow solid;
width:80%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lettersLeft
{
background:red;
color:white;	
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
text-transform:uppercase;
}
.tt
{	
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.invis
{
color:red
}
.letter, .space
{
padding:5px 10px 5px 10px;
font-size:x-large;	

}
.space
{
background-color:red;
margin-right:7px;	
}
.letter,.title
{
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
text-transform:uppercase;
color:white;
font-weight:bold;
}
.letter
{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:red;
border:2px yellow solid;
margin-right:5px;
}

.zoomer
{
display: inline-block;
transform-origin: 50% 100%;
animation-duration: 1s;
animation-name: fadeAndScale;
animation-timing-function: ease-out;
}

@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.1, .1);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}


#create
{
margin:auto;
width:95%;	
display:none;
font-family:Verdana, Geneva, sans-serif;
font-size:small;
}
#create a
{
color:white;	
}

body,html
{
background: #09F;}

p,h1
{padding:0px;margin:0px;}
h1{padding-top:5px;font-family: 'Special Elite', sans-serif;}

.but
{
background:#0F3;
border:1px black solid;
padding:5px 5px 3px;
text-decoration:none;
color:blue;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-right:5px;
font-size:x-large;	
}
</pre></body></html>