body {
    margin: 0;
    margin-top: 0px;
font-family: "Lucida Handwriting", Cursive; 

}

  background-color: #ffffff;


header * {
    display: inline;
    height: 50px;
}

header ul {
    padding: 0;
}

header li {
    margin-left: 20px;
}

section {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: left;
}

#hero .profile-img {
    width: 400px;

}

footer {
    text-align: center;
    padding: 50px;
}

#hero h1 {
    font-size: 0.80em;
color: crimson;
}