body{
    font-family: Arial;
    background-color: aliceblue;
    padding: 40px 0 ;
}
h2{
    font-size: 28px;
}
h1{
    font-size: 36px;
}
h3{
    margin-top: 5px;
}
span{
    color: blue;
}

section, header{
    padding: 10px 60px 20px 60px;
    background-color: white;
    width: 960px;
    margin: 0 auto 0 auto;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header ul {
    list-style: none;
}
 li {
    margin-bottom: 15px;
}
.address-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.circle{
    border-radius: 50%;
}
.profil-picture{
    width: 180px;
    height: 180px;
}
.Hobbies{
    list-style: none;
    width: 50%;
    padding: 0;
    display: flex;
    
}
.Hobbies li{
    width: 50%;
    display: flex;
    align-items: flex-start;

}
.Hobbies div{
    margin-left: 50px;
}
p{
    line-height: 1.5;
}
