.logo{
    width: 10%;
    padding: 10px 7%;
    border: 2px solid silver;
    height: 20vh;
    font-family: 30px;
    box-shadow: 0px 0px 20px;
    border-radius:30px 30px ;
    max-width: 550%;
    float: left;
}
.b{
    background-color: aqua;
}
.title{
    text-align: center;
    text-decoration: underline;
    text-shadow: 1px 2px 3px blue;
}
.texte{
    text-align: center;
    border: 2px solid slategray;
    color: black;
    border-radius: 20px 20px 20px;
}
.texte:hover{
    background-color: aliceblue;
}
.sene{
    font-size: 30px;
}
.foul{
    width: 100%;
    height: 80vh;
    border: 3px solid silver;
    border-radius: 20px;
    max-width: 550%;
    flex-direction: 30px;
}
.logo:hover{
    opacity: 0,1;
    transform: scale(0,1);
}
.title:hover{
    background-color: beige;
}
@media screen and (max-width:600px){
 .logo{
     width: 100%;
 }   
}