body {
    background-image: none;
    background-color: #BDCBD4;
}

.image-deco{
    display: none;
}

.profil {
    flex-direction: column;
    text-align: center;
    width: auto;
}

h1 {
    font-size: 3.5em;
}

h1 + h2 {
    margin-bottom: 5px;

}

ul {
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.253);
    color: white;
    text-shadow: 3px 3px 3px black;
    backdrop-filter: blur(40px);
    border-radius: 10px;
}

.competence {
    display: flex;
    flex-direction: column;
}

.competence div {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  
}

