body {
  color: #050700;
  background-color: #ecfeb8;
}

.central {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.header-bg-image {
  background-image: url("/myrtille-fullbody-transparent-600.png");
  background-size: 300px auto;
  background-position: top center;
  background-repeat: no-repeat;
  height: 160px;
}

.main-header {
  margin-bottom: 10px;
}

.main-content {
  background-color: #dceea9;

  border-radius: 10px;
  padding: 10px;

  text-align: left;
  /*text-wrap: pretty;*/
}

a {
    color: #4e5d01;
    text-decoration: underline;
}

a:hover {
    /*color: #e2ff80;*/
    color: #88a004;
}

a.fishhl {
  /*color: #f8435f;*/
  color: #dd014a;
}

a.fishhl:hover {
  color: #ff3c64;
}

a.myrtillehl {
  /*color: #1700c8;*/
  color: #1f2ee0;
}

a.myrtillehl:hover {
  color: #2f51ff;
}
