body {
  max-width: 800px;
}
h1 {
  text-align: center;
  border-top: solid #e7ce00 thin;
  border-bottom: solid #e7ce00 thin;
}
img {
  border: 0px;
}
p.standard {
  max-width: 800px;
  text-align: justify;
}
.bergbox {
  border: dotted thin;
  float: right;
  padding: 3px;
  margin: 5px;
  margin-left: 10px;
}
.todo {
  color: red;
  font-weight: bold;
}