body {
  background: #FFFFFB;
}

.button {
  color: #fff;
  background-color: #2D68CD;
}

.button:hover {
  background-color: #002056;

}

header {
  width: 80%;
  margin: auto;
  margin-bottom: 5%;
  
}
article {
  width: 80%;
  margin: auto;
}
form {
  margin: 20px;
}

table { border: 1px solid #002056;}

td, th {
    border: 1px solid #002056;
}

th {
  font-weight: bold;
}

thead,
tfoot {
    background-color: #830078;
    color: #fff;
}

/* pre {
  text-wrap: wrap;
  overflow-wrap: break-word;
  word-break: keep-all;
  text-indent: 4em;
} */