body{
margin: 0;
}
.prestation-menu{
    display: flex;
    justify-content: center;
    padding: 5% 10% 0% 10%;
    font-size: 150%;
    text-align: center;
}
.prestation-container{
    width: 35% ;
    margin: 3%;
    background-color:#D9D9D9 ;
    padding-bottom: 2%;
    border-radius: 10px;
}
.prestation-container h1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3% 0% 5% 0%;
    margin: 0% 30% 3% 30%;
    border-bottom: solid 1px black;
}
.prestation-container p{
    margin: 0% 5% 5% 5%;
}
.prestation-container h3{
    padding-left: 5%;
    font-size: 150%;
    text-align: center;
}
.prestation-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width:968px){
    .prestation-container{
        width: 100%;
        margin: 10%;
    }

    .prestation-container p{
        text-align: center;
    }
    
}