html {
    position: relative;
    min-height: 100%;
}

body {
    color: #333;
    width: 600px;
    height: 100%;
	background-color: #ffffff;
	background-image: url("hell.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Garamond;
    mix-blend-mode: overlay;
    /*color: white;
    mix-blend-mode: soft-light;*/
    /*color: white;
    mix-blend-mode: hue;*/
}

.centered-area {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    text-align: center;
}
        
.hell-header {
}
        
.game-area {
    max-width: 600px;
    font-family: Courier;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 8px;
    padding-bottom: 0px;
            
}
        
#game {
    font-family: Courier;
}

#level {
    font-family: Courier;
    padding-bottom: 3px;
    font-weight: bold;
    mix-blend-mode: difference;
}
	
h1 {
	padding-top:12px;
	margin: 0;
    font-size: 150px;
    padding-bottom: 0px;
    line-height: 1;
}
    
h2 {
	margin: 0;
    font-weight: bold;
    font-size: 32px;
    font-style: italic;
}

h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
	
footer {
	position: absolute;
    bottom: 20px;
    overflow: hidden;
}
        
hr {
    line-height: 0;
    padding: 0;
    border-top: 1px solid black;
}
        
button {
    font-family: Courier;
    font-weight: 600;
    padding: 3px;
}
        
form {
    text-align: center;
    line-height: 0.5;
}