*{
    margin: 0;
        text-decoration: none;

}


body{
    background: #f06e91; 
    font-family: helvetica, arial, sans-serif;
    text-align: center;
    margin-bottom: 0%0%2%0%;
    }  



img {border-radius: 290px;
    width: 20em;
    height: 20em;
    margin: 0 auto;
    background-size: cover;
    border: 6px solid #fff;
}


h1 {font-family: 'Dokdo', cursive; font-size: 5rem;
}

h2 {font-family: 'Metamorphous', cursive; font-size: 2.5rem;
}


h4, h5, h6 {font-family: Merienda One; cursive; font-size: 1.5rem;
}



header{background-color: beige; color: #000;
}

nav ul li {list-style-type: none; float: left;
}

li a {
    display: inline;
    color: white;
    text-decoration: none; 
}

nav ul li a {color: white; text-decoration: none; text-align: center; background: #f06e91; display: block; padding: 1rem;
}


nav ul li a: hover {background-color: bisque; font-family: monospace}

nav ul { 
    list-style-type: none;
    margin: 0;
    padding: 13px;
    overflow: hidden;
   }


footer {background-color: beige; 
    font-family: 'Swanky and Moo Moo', cursive;
}