.tiny5-regular {
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {

    border: 2px solid rgb(69, 44, 11);
    background-color: antiquewhite;
    font-family: "Tiny5", sans-serif;
    font-style: normal;

    margin-left: 200px;
    width: 450px;

    border-radius: 10px;
    padding: 15px;

}

#text {
    padding-bottom: 10px;
    font-size: larger;
}

.btn {
    background-color: rgb(69, 44, 11);
    border: 2px solid black;
    color: beige;
    font-size: large;
    font-family: "Tiny5", sans-serif;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;


}

.battlescene {
    background-image: url("/Jeu/Images/battleBackground.png");
    background-size: cover;
    background-position: center;
    border-style: solid;
    border-color: rgb(69, 44, 11);
    border-width: 5px;
    height: 300px;
    width: 400px;
    position: absolute;
    margin-top: 150px;
    margin-left: 250px;
    opacity: 0;
    pointer-events: none;
}

#lifeBarHaut {
    background-color: antiquewhite;
    position: absolute;
    border: 2px solid rgb(69, 44, 11);
    margin-left: 200px;
    margin-top: 150px;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;


}

#lifeBarBas {

    background-color: antiquewhite;
    position: absolute;
    border: 2px solid rgb(69, 44, 11);
    margin-left: 500px;
    margin-top: 350px;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;

}

h2 {
    font-family: "Tiny5", sans-serif;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 5px;

}

#lifeEnnemi {
    width: 100%;
    height: 10px;
    background-color: brown;
}

#lifeBob {
    width: 100%;
    height: 10px;
    background-color: brown;
}

#recommencer {
    background-color: rgb(135, 35, 35);
    border: 2px solid black;
    color: beige;
    font-size: large;
    font-family: "Tiny5", sans-serif;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
}
