body {
    background-color: ghostwhite;
    font-family: sans-serif;
    width: 95%;
    text-align: center;
    background-size: 100%;
}

#content {
  width: 10 0%;
}

#projectTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: separate;
  border-width: 2px;
  border-color: #339900;
  border-style: solid;
  color: #000000;
}

#projectTable td, #projectTable th {
  border-width: 2px;
  border-color: #339900;
  border-style: solid;
  padding: 3px;
}

#projectTable thead {
  background-color: #99cc00;
}



#inputFieldBox {
  text-align: left;
}

input {
  
  margin: 10px 10px 10px 10px;
}

label {
  width: 15%;
  height: 20%;
  float: left;
  margin: 10px 10px 10px 10px;
}

button {
  float: left;
  text-align: left;
  margin: 15px;
}

footer {
  width: 100%;
}
