body{
    background-color: black;
}

#Titre{
      color: white;
      text-align: center;
      font-size: 20px;
}

#ProfilPlayer1{
    display: flex;
    justify-content: center;
    color: white;
    height: 200px;
}

#titre1{
    margin-left: 45%;
    background-color: black;
    text-align: center;
    color: white;
}

#LifePointPlayer1{
    color: white;
    text-align: center;
    font-size: 50px;
}

#AddPlayer1{
    display: flex;
    float: right;
    margin-right: 40%;
    height: 100px;
}

#SubPlayer1{
    display: flex;
    float: left;
    margin-left: 40%;
    height: 100px;
}

#ProfilPlayer2{
    display: flex;
    justify-content: center;
    color: white;
    height: 200px;
}

#titre2{
    margin-left: 45%;
    background-color: black;
    text-align: center;
    color: white;
}

#LifePointPlayer2{
    color: white;
    text-align: center;
    font-size: 50px;
}

#AddPlayer2{
    display: flex;
    float: right;
    margin-right: 40%;
    height: 100px;
}

#SubPlayer2{
    display: flex;
    float: left;
    margin-left: 40%;
    height: 100px;
}

#Player2{
    margin-top: 5%;
}

@media screen and (max-width: 430px) and (max-height: 940px) {

    #titre1{
    margin-left: 25%;
    background-color: black;
    text-align: center;
    color: white;
}

    #LifePointPlayer1{
    color: white;
    text-align: center;
    font-size: 30px;
}
    #ProfilPlayer1{
    display: flex;
    justify-content: center;
    color: white;
    height: 150px;
}
    #AddPlayer1{
    display: flex;
    float: right;
    margin-right: 20%;
    height: 50px;
}

#SubPlayer1{
    display: flex;
    float: left;
    margin-left: 20%;
    height: 50px;
}

#ProfilPlayer2{
    display: flex;
    justify-content: center;
    color: white;
    height: 150px;
}

#titre2{
    margin-left: 25%;
    background-color: black;
    text-align: center;
    color: white;
}

#LifePointPlayer2{
    color: white;
    text-align: center;
    font-size: 30px;
}

#AddPlayer2{
    display: flex;
    float: right;
    margin-right: 20%;
    height: 50px;
}

#SubPlayer2{
    display: flex;
    float: left;
    margin-left: 20%;
    height: 50px;
}

#Player2{
    margin-top: 20%;
}
}