nav {
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 0;
    border: solid #ffdcb8 3px;
}

nav a:hover {
    background-color:#F8C8DC ;
    color: black;
}

nav a {
    padding: 1rem;
    display: block;
    text-decoration: none; 
    color:black;
    display: inline-block;
    font-size: larger;
  }

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;
      text-align: center;
  }

table {
      border: solid #F8C8DC 3px;
      background-color: white;
      display: inline-block;
      text-align: center;
      margin: 25px;
}

td, th {
    padding: 0.5em;
    border-style: none;
    font-family: Arial, sans-serif;
}

caption {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.5em;
}

tr:nth-of-type(even) {
     background-color: #EAEAEA;
 }
 
tr:first-of-type {
     background-color: #F8C8DC;
     color: black;
 }

 h1 {
      text-align: center;
  }

p  {
    text-align: center;
    font-size: large;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
