body{
    width:100%;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    /*background-color: #555555;*/
    background: radial-gradient(closest-side, #003B00, #000000);
}

.corps{
    font-size:1.5em;
    align-items:center;
    position  : relative;
    width     : 75%;  
    margin:auto;
    display:table;
    width: 80%; 
    /*padding-left:150px  ;*/   
}

.box{
    border:4px solid black;
    border-radius: 15px 15px 15px 15px;
        background: radial-gradient(closest-side, #003F00, #555555);
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
  ;
}

.data{
    background-color: #FFFFFF;
    width:100%;
    border: 2px solid black;
}

.competence{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:auto;
    width:100%;
    height:100%;
    justify-content:space-around;
}

.hobbies{
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    width: 100%;
    height:100%;
    align-items:center;
}
