body{
    margin: 0;
    }
    .prestation-menu{
        display: flex;
        justify-content: center;
        padding: 5% 10% 5% 10%;
        font-size: 150%;
        text-align: center;
    }
    .prestation-container{
        width: 35% ;
        margin: 5%;
        background-color:#D9D9D9 ;
        padding-bottom: 2%;
        border-radius: 10px;
    }
    .prestation-container h1{
        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%;
        text-align: justify;
        font-size: 150%;
    }
    .prestation-container h3{
        padding-left: 5%;
        font-size: 150%;
    }
    .prestation-box{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    @media screen and (max-width:768px){
        .prestation-container{
            width: 100%;
            margin: 10%;
        }
        
    }