html { -webkit-font-smoothing: none; }

body {
    background-image: url('bg.gif');
    image-rendering: pixelated;
    color: #FFFFFF;
    font-family: Verdana, Times New Roman; }
	
.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.middle {
    display: table-cell;
    vertical-align: middle; }

.inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;	}
	
h1 {
    background: -webkit-linear-gradient(#b41cfc, #0a76e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 250%;
	font-style: italic; 
    filter: drop-shadow(2px 2px #4c037c)
			drop-shadow(2px 2px #320252)
			drop-shadow(2px 2px #0c0014); }
	
 @media only screen and (max-width: 800px) {
	 
    .button { display: none; } }
	 