body{
  /* font-family: sans-serif; */
  /* background-color: #66FFDD; */
  /* color: #66FFDD; */
}

/*********************************************/
/************** nav-list styles **************/
/*********************************************/
h1{
    /* font-family: Herculanum; */
    text-align: center;
    /* color: #FF6F50; */
}
h2{
    /* font-family: Herculanum; */
    text-align: center;
    color: #561B8B;
}
p{
    /* font-family: Hubballi; */
    text-align: center;
    /* color: #E63552; */
}

h3{
    /* font-family: Herculanum; */
    text-align: center;
    color: #F17CB5;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a{
  text-decoration: none;
}

a:hover{
  color: #fff;
  background-color: #F17CB5;
}

#firstname{
    color: black;
}

#nav-list{
  text-align: center;
}

#nav-list{
  list-style-type: none;
}

#nav-list li{
  display: inline;
}

/* #nav-list li a:hover{
  color: #fff;
  background-color: #F17CB5;
} */

#nav-list ol a:hover{
  color: #fff;
  background-color: #F17CB5;
}
