body {
    background-color: rgb(255, 195, 31);
}
h1 {
    text-align: center;
    text-decoration: underline;
    color: rgb(70, 0, 121);
}
h2{ 
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    color: rgb(70, 0, 121);
}
.activite {
    display: flex;
    justify-content: center;
    border: solid black;
    border-radius: 20px;
    box-shadow: 10px 5px 5px rgb(70, 0, 121);
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: aliceblue;
    width: 1000px;

}
.enonce {
   width: 70%;
}
.activite > img {
    object-fit: contain;
    width: 20%;
    height: auto;
}
.exercice {
    font-weight: bold;
    text-decoration: underline;
    font-size: 22px; 
}
.lakers {
    position: fixed;
	right: 20px;
	top: 1%;
    height: 80px;
}
h2.règles {
    text-align: center;
}
p.règles {
    text-align: center;
}
section {
    display: flex;
    justify-content: space-around;
}
.conteneur {
    width: 30%;
    height: auto;
    margin: 3px;
    color: aliceblue;
    background-color: rgb(70, 0, 121);
}
p{
    font-size: larger;
}
h2.fautes{
    text-align: right;
}
p.fautes {
    font-size: larger;
    text-align: right;
}
.btn {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 5px;
    top: 5px;
}
.icone{
    width: 50px;
    cursor: pointer;
}