.content {
  display:flex;
}
.index {
  flex: 30%;
}
.teksten {
  flex: 70%;
}

p.tekst {
  font-family: courier, fixed, monospace;
}