html,
body {
  height: 100%; }

body {
  background-color: #d3cbcb;
  color: #000000;
  font-family: Arial, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  min-width: 400px; }

/*********************************
 *          HEADER               *
 *********************************/
div.header img {
  width: 100%;
  max-width: 1000px; }
div.header .nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  background-color: white;
  margin-top: 0;
  padding: 10px; }
  div.header .nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold; }
    div.header .nav ul li a:hover {
      text-decoration: underline; }

div.content {
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #fff;
  padding: 15px;
  min-height: calc(100% - 300px); }
