p { 
    color: black;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
}

header {
    text-align: center;
    font-size: xx-large;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    margin-bottom: .5em;
}

body{
    background-color: #FDFD96;
}

h3{
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: solid #F8C8DC 3px ;
    background-color: white;
    width: 15em;
}

nav {
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 0;
    border: solid #ffdcb8 3px;
    font-size: larger;
}

nav a:hover {
    background-color:#F8C8DC ;
    color: black;
}

nav a {
    padding: 1rem;
    display: block;
    text-decoration: none; 
    color:black;
    display: inline-block;
  }

  h1 {
      text-align: center;
  }

  footer > p{
      text-align: center;
  }