body {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  background: url('./assets/georgia.JPG');
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    margin: 10px;
  }
}

header {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

header h1 {
  margin: 0;
}

header img {
  width: 40px;
  margin-left: 10px;
}

.backpack-pic {
  max-width: 300px;
}

.white * {
  color: #eee;
}

/* Notes for articles */
/* .notes {
  position: absolute;
  right: 10px;
  top: 0;
  font-family: "Verdana", "Arial", sans-serif;
}

.notes .note {
  position: relative;
  width: 200px;
  font-size: 11px;
  line-height: 21px;
}

#n1 {
  top: 450px;
}*/

p {
  line-height: 21px;
}

table {
  border: 1px solid #ccc;
  border-bottom-color: #666;
  border-right-color: #666;
}

td,
th {
  border: 1px solid #ccc;
  border-top-color: #666;
  border-left-color: #666;
  padding: 0.2em 0.3em;
}

ul {
  margin: 0;
}