body{
    background-image: url(" ../images/parede.jpg");
    background-size: contain;
}

.container{
    display: flex;
    flex-direction: column;
    height: 100%;
    background-image: url(" ../images/parede.jpg");
    background-size: contain;
}

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

    height: 90px;
    width: 100%;
    background-color: #000000;
    color: #fff;
    border-bottom: 5px solid gold;
}

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

.square{
    height: 150px;
    border: 1px solid black;
    width: 150px;
    background-color: rgb(101, 255, 255);
}
.enemy{
    background-image: url("../images/ralph.png");
    background-size: cover;
}

.menu-lives{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}