
body {
    background-color: black;
    text-align: center;
}

#lightning {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -5;
}

header img {
    width: 80%;
    margin: 10px;
}

header button {
    width: 200px;
    height: 40px;
    margin: 0 20px 20px 20px;
}

#frame {
    height: 629px;
    width: 546px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/frame.png);
    
}

#monster {
    position: relative;
    top: 84px;
    left: 90px;    
    width:367px; 
    height:460px; 
    background-color: black;
    z-index: 2;
    overflow: hidden;    
    
}

.face {
    position: relative;
    left:0px;
    top:0px;	
    z-index: 1;
}

