
body{
    background-color:cornsilk;
}


h2{
    text-decoration: underline; font-family: cursive; color: darkblue;
    text-align: center;

}

p{
   font-family: 'Pacifico', cursive; color: black;
    text-align: center;

}

h4{
    text-decoration: underline; color: cadetblue;
    text-align: center;
}

h3 {
    text-decoration: underline; color: cadetblue;
    text-align: center;

}

nav{
    margin 1em; height: 2em; background-color: gray; text-align: center;
}
nav a{
    margin-right: 2em
}

nav ul{ margin: 0; padding: 0; list-style: none;}
nav li{display: block; float: left; width: 300px; text-align: center; font-size: 20px;}

nav li a{display: block; float: left; width: 250px; text-align: center; font-size: 20px; text-decoration: none; color: skyblue}

nav ul li a:hover{
    color: aliceblue;
}

nav ul li.selected a{
    color: aliceblue;
}

