body {
  background-color: #f3f3f3;
  font-family: Verdana, Geneva, sans-serif;
  
}

h2 {
  
}

.forumpost-container {
  width: max;
  background-color: navy;
  padding: 40px;
  margin-bottom: 10px;
}


.post-box {
  padding-bottom: 30px;
  width: 100%;
}


input {
  padding: 0px 20px;
  width: 300px;
  height: 40px;
  font-size: 21px;
}

input:hover {
  background-color: #f3f3f3;
}

button {
  width: 100px;
  height: 45px;
  font-size: 21px;
}

a:link {
  background-color: whitesmoke;
}

button:hover {
  background-color: #f3f3;
}


a:hover {
  background-color: #f3f3f3;
}


.navigationbar  {
  overflow: auto;
  background-color: #333;

}

.navigationbar a {
    float: left;
    display: block;
    color:navy;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    margin: 5px;
    
}

.navigationbar a:hover {
  background-color: #ddd;
  color: black;
}




