*{
    font-family: 'inter';
}
body{
    grid-template-rows: repeat(3, 1fr);
    background: url(../../RessourcePortfolio/fondEcranPortfolio/ai-generated-8662021_1280.jpg) no-repeat center fixed;
    background-size:cover;
}
section{
    background-color:rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    width: 75%;
    margin: 5% auto;
    padding: 20px;
    text-align: center;
}
hgroup{ 
    font-size: 30px;
}
h1 + p{
    font-family: 'pacifico';
    background-color: black;
    color: white;
    display: inline;
}
.container p {
    font-size: 20px;
}
.projet{
   display: flex;
   justify-content: space-around;
   margin-top: 7%;
}
.block{
    width: 25%;
}
.block img{
    width: 100%;
    border: solid black;
}
#experience{
    margin-top: 5%;
}
.colum-1{
    text-align: start;
    margin-left: 5%;
}
strong{
    text-decoration: underline;
    font-size: 18px;
}
span{
    font-weight: bold;
}
@media screen and (max-width:500px){
    section{
        margin: 9% auto;
        width: 90%;
    }
    .projet{
        display: flex;
        flex-direction: column;
    }
    .block{
        width: 100%;
        margin-bottom: 10%;
    }
}