body {
  background: #EEE8AA; }

form {
  background: white;
  padding: 10px;
  border: 1px solid #00826a;
  border-radius: 5px;
  box-shadow: 5px 5px 8px #161616; }

.app {
  border-radius: 5px;
  border: 2px solid #00826a;
  background: #e6e6e6;
  box-shadow: 5px 5px 8px #161616;
  margin-top: 5%;
  padding: 2%;
  width: 100%; }

table .titulos {
  background: #00826a;
  color: white; }
  table .titulos:hover {
    background: #00826a;
    color: white;
    text-decoration: underline; }
