.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url(../images/building.jpg);
    background-size: cover;

}

.menu{
    display: flex;   
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    border-bottom: 5px solid #ffd700;
}

.panel{
    margin-top: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;

}


.square{
    height: 135px;
    width: 125px;
    border: 2.8px solid #987b55;
    background-color: #79bfda;
}

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

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

}

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