body {
    background-color: #9c9cd3;
}
ul {
  list-style-type: none; /* ohne Aufzählungspunkte */
  margin-left: 1%;
  margin-top: 1%;
}
ul li {
  display: inline; /* li nebeneinander anzeigen */
  margin-right: 2%;
}
#article {
  margin-left: 5%;
  margin-top: 3%;
}