header { 
    background: #2E8B57;
    color: black;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    height: 100px;
    line-height: 100px;
    display: block;
}

body { 
    background-color: #87CEEB;
    color: black;
    font-family: Verdana, Arial, sans-serif;
}

h2.body {
    text-align: center;
}

#wrapper { 
    background-color: #D2B48C;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3px #777;
}

footer { font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

nav { font-weight: bold; 
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
 }
 nav a { text-decoration: none; }
 
 nav a:link { color: #5C7FA3; }
 nav a:visited { color: #344873; }
 nav a:hover { color: #A52A2A; }
 nav ul {list-style-type: none;
     padding-left: 1em;
 }
 
 header a:link {text-decoration: none;
         color: white;
     }
 
 header a:visited {text-decoration: none;
         color: white;
     }
 
 header a:hover {text-decoration: none;
     color: 90C7E3;
 }

 form { display: flex;
    flex-direction: column;
    padding-left: 1em; 
    width: 80%; 
    display: grid;
    gap: 1.0em;
    grid-template-columns: 10em 1fr;}
  
  input { margin-bottom: 0.5em;}
  
  textarea { margin-bottom: 0.5em;}
  
  label { float: left; clear: left; display: block;
    width: 100px; padding-right: 10px;
    margin-top: 10px; text-align: right; }
  
  input[type="submit"] { grid-column: 2 / 3; width: 9em; }

#homeheader { height: 300px;
    background-image: url(logo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; }

table, th, td, tr {width: 75%;
        margin: auto;
        background-color: blanchedalmond;
        border-style: groove;
    }