body{
margin: 0;
padding: 0;
background-color: #FFF7E1;
font-family: Verdana, sans-serif;
}

#header{
    width: 100%;
    max-width: 1382px;
    height: 104px;
    margin-left: 22px;
}
        
.logo{
    width: 326px;
    height: 105px;
    background-image:url("logo.png");
    background-size: cover;
    float: left;
}

ul{
  float: right;
list-style-type:none;
  margin-top: 30px;
}

li{
  position: relative;
display:inline-block; 
  padding:2px 10px;
text-align:center;
}

.nav{ 
  color: black;
  font-size: 20px;
  text-decoration:none;
}
.nav:hover{
  color: #EBB528;
}
.current{
  border-bottom:solid 3px black;
}

#container{
width: 65%;
margin: 50px auto; 
background-color: #D3DAEC; 
padding: 2em 5em;
}

textarea{
  width: 100%;
  height: 300px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 4px;
  background-color: #FBE5D6;
  color: grey;
  font-size: 16px;
  resize: none;
}

input{
  width: 90px;
  height: 50px;
  background-color: #FBE5D6;
  border: 2px solid transparent;
  border-radius: 4px;
  color: black;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  box-sizing: border-box; 
}

input:hover{
  border: 2px solid black;
  line-height: 50px;
}

h4{
    font-size: 30px;
}