
.pageHeader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items:center;
  font-size: 25px;
}


.pageHeader img {
  width: 150px;
  height: 150px;
}


body {
  width: 750px;
  height: 600px;
  padding: 20px;
  border-style: solid;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.NavLinks {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 75px;
  text-decoration: none;
}


.NavLinks a {
  border-style: solid;
  border-color: black;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
}


.NavLinks a:link {
  color: black;
}


.NavLinks a:hover {
  text-decoration: underline;
}


h2 {
  text-align: left;
  text-decoration-thickness: 10px;
}


form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}


form textarea {
  width: 195px;
  height: 50px;
  padding-bottom: 32px;
}


footer {
  margin-top: 50px;
}


footer p {
  text-align: center;
  opacity: 50%;
  margin: 0px;
}