h1 {
    color: #5a5a5a;
}

h2 {
    color: #Da6617;
}

h4 {
    color: #Da6617;
}

h1,h2,h3,h4 {
    font-family: Georgia, serif;
}

body {
    font-family: Verdana, sans-serif;
    color: #5a5a5a;
}

div {
    display: block;
}

#button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #babfc3;
    padding: 7px 16px;
    min-height: 36px;
    min-width: 36px;
    color: white;
    background: black;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
}

#navigation {
    clear: both;
    padding: 1px 0px;
    margin: 0 -30px;
    list-style-type: none;
    background-color: black;
    color: white;
    font-weight:bold;
    align-self:left;
}

.nav {
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
}

li {
    display: inline;
    list-style-type: none;
   }


ul {
    display: block;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

a:link,a:visited,a:active {
    color: white;
    text-decoration: none;
}

a:hover {
    color:#B9b8b8;
}

a.current {
    border-bottom: solid 5px white;
    padding-bottom: 16px;
}

#wrapper {
    width: 90%;
    height: 100%;
    margin: 5px auto;
    padding: 5px 30px;
}



#footer {
    width: 100%;
    color: #Da6617;
}

#content {
    width: 100%;
}

textarea {
    width: 50%;
    height: 200px;
  }