#textbox {
  resize: none;
  columns: "500";
}

.Header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 10%;
  background-color: blue;
}

.Sitetitle{
  color: white;
  Size: 1rem;
  text-align: left;
}

.Pagetitle{
  color: white;
  size: 1rem;
  text-align: right;
}

.Footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: blue;
  width: 100%;
  height: 10%;
}

.Footer Home {
  color: white;
  size: 1rem;
}

.Footer Stats {
  color: white;
  size: 1rem;
}

.Footer SitePolicy {
  color: white;
  size: 1rem;

}

.Footer FAQ {
  color: white;
  size: 1rem;
}

.Footer UserProfiles {
  color: white;
  size: 1rem;
}

.Footer My Library {
  color: white;
  size: 1rem;
}

#fullForm {
  border: 1px solid black;
  background-color: yellow;
}








