.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url(../images/wall.png);



}

.menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
    height: 120px;
    width: 100%;
    background-color: black;
    color: white;
    border-bottom: 5px solid gold;

}
.menu-time h2:nth-child(2), .menu-score h2:nth-child(2) {
    margin-top: 10px;
    

}

.menu-lives {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2red {
    color: #ff0000;
    margin-right: 15px;
}

.panel {
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    


  
}

.square {
    
    height: 140px;
    width: 140px;
    border: 1px solid black;
    background-color: #80e7c5;
    
}

.enemy {
    background-image: url(../images/ralph.png);
    background-size: cover;
   
}

.no-click {
    pointer-events: none;
}


footer {
    margin-top: -90px;
	background-color: #0b0b0b;
	color: white;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    

    height: 90px;
    width: 100%;
    background-color: black;
    color: white;
    border-top: 5px solid gold;
}

footer a {
    
    color: rgb(224, 12, 12);
    font-weight: bolder;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;

}



    @media(max-width: 932px) {
       
        
        body {
            font-size: 10px;
        }

        .panel {
            margin-top: 1%;
        }

        .menu {
            
            height: 50px;
            
        
        }

        img {
            height: 40px;
            
        }
        .menu-time h2:nth-child(2), .menu-score h2:nth-child(2) {
            margin-top: 5px;
            
        
        }
        
        .square {
        
        height: 80px;
        width: 95px;

        }

        footer {
            margin-top: -50px;
            height: 50px;
           
        }

       

    }


    @media(max-width: 430px) {

        .body {
            line-height:300px;
        }
        .menu {
            
            
            height: 120px;
            width: 100%;
            padding: 30px;
           
        }

        .panel {
            margin-top: 9rem;
        }
       

        .square {
            height: 100px;
            width: 100px;
        }

        footer {
            height: 120px;
            width: 100%;
            margin-top:-120px;
            padding: 10px;

        }


    }

    @media(max-width: 375px) {

        .panel {
            margin-top: 3rem;
        }

    }
    
    