.game-banner p {
    font-family: 'PixelFont', monospace;
    color: #3e2a1c;
    text-shadow:
        1px 1px 0 #8B4513,
        2px 2px 0 #c8a97e;
}

.banner-logo-inline {
    width: 40px;
    image-rendering: pixelated;
    vertical-align: middle;
    margin-right: 10px;
}

.game-wrapper {
    position: relative;
    width: 860px;         
    margin: 40px auto 0;   
    text-align: center;
}

.game-footer {
    display: inline-block;        
    width: 860px;                 
    margin: 40px auto 0;        
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #c8a97e;
    background: #3e2a1c;
    border: 2px solid #8B4513;
    box-sizing: border-box;    
}

.game-footer a {
    color: #ffd27f;
    text-decoration: none;
}

.game-footer a:hover {
    text-decoration: underline;
}

.game-overlay {
    position: absolute;

    top: 20px;    
    left: 20px;

    width: 800px;  
    height: 500px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,0.55); 
    z-index: 1;
}

.game-banner {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.game-banner h1 {
    font-family: 'PixelFont', monospace;
    font-size: 42px;
    margin: 0;
    letter-spacing: 3px;
    color: #3e2a1c;
    text-shadow:
        3px 3px 0 #8B4513,
        6px 6px 0 #c8a97e;
    animation: float 3s ease-in-out infinite;
}