body {
    background: rgb(70,142,236);
    font: normal 15pt Arial;
}

header {
    color: white;
    text-align: center;
}

section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 60%  ;
    height: 50%;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 365);
}

div#profile-image {
    text-align: center;
}

#ul-homepage {
    background: #3399ff;
    padding: 20px;
    list-style-type: none;
    border-radius: 10px;
}
  
#li-homepage {
    background: #cce5ff;
    margin: 5px;
    text-align: center;
}

footer {
    color: white;
    text-align: center;
    font-style: italic;
    margin: auto;
}