body
{
    background-image: url("undertalebackground.jpg");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}

h1 
{
   text-align: center;
   color: aqua;
   text-decoration: underline;
}


.activite 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 50px 20px;
    width: 1000px;
    max-width: 90%;
    margin: auto;
 }
 
 .enonce 
 {
   width: 70%;
   font-size: 18px;
   background: none; 
   padding: 15px;
}
 
 .activite img 
 {
    object-fit: contain;
    width: 300px; 
    height: auto;
 }

 p
 {
    color: aqua;
    font-size: large;
 }

 B
 {
    color: aqua;
 }

 .content
 {
    width: 40%;
    color: aqua;
 }
 
.content > img
{
    height: 200px;
    width: auto;
    margin: auto;
    display: block;
}

i
{
    text-align: center;
    color: aqua;
    font-size: medium;
}

h2
{ 
    text-decoration: underline;
    color: aqua; 
}

a
{
   font-size: large;
   color: aliceblue;
}

.flou-container 
{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   background: rgba(255, 255, 255, 0.005); 
   backdrop-filter: blur(10px);
   padding: 20px;
   border-radius: 15px;
}

.conteneur
{
   display: flex;
   justify-content: space-around;
}

.content
{
   width: 40%;
}

.content > img
{
   height: 200px;
   width: auto;
   margin: auto;
   display: block;
}

.content > p
{
   text-align: center;
}