*{
box-sizing: border-box;
margin: 0;
padding: 0;

}
a{
    font-style: none;
    text-decoration: none;
    color: white;
}
body{
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    overflow-x:clip;
    

}
#banniere{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    width: 50%;
    text-align: center;
}
#intro{
    text-align: center;
    width: 50%;
    margin-bottom: 100px;
}
#storyboard-general {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    padding: 20px;

}
#detail{
    position: relative;
    background-color: rgb(132, 194, 248);
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top:100px ;
}
#grid-detail{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
}
h2{
    color: rgb(132, 194, 248);
    position: absolute;
    top: -40px;
    left: 20px;
    font-size: 50px;
   
}
.fiche{
    background-color: rgb(255, 255, 255);
    color: black;
    width: 20%;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    min-width: 300px; 
}
.img-general{
    width: 100px;
    
}
#merci{
    padding:200px;
    text-align: center;
    color: white;
    font-size: 20px;
}