body {
    font-family: Arial;
    background-color: aliceblue ;
    padding: 40px 0px;
}
h2 {
    font-size: 28px;
}
h1 { 
    font-size: 36px
}
span {
    color: grey
}
img {
    width: 180px;
    height: auto; 
    border: 5px solid powderblue;
    border-radius: 10px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
  
}
 section, 
 header {
    padding: 10px 60px 20px 60px;
    background-color: white;
    width: 960px;
    margin: 0 auto;
 }
footer {
        background-color: white;
        width: 387px;
        margin: 0 auto; 
}
header {
    display: flex;
    align-items: center;
  justify-content: space-between;
}
header ul {
    list-style: none;
}
header li {
    margin-bottom: 15px
}
img {
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 10px;
    padding: 8px;
    vertical-align: middle;
    border-radius: 50%;
    list-style: none;
}
.profile-picture {
    width: 180px;
    height: auto; 
    border: 5px solid powderblue;
    border-radius: 10px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}
.hobbies  {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.hobbies li {
    width: 32%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 6px;
    list-style-type: none;
}