body {
    background-color: #FFFBF1;
    background-image: url('/bilder/diewanderliebe_logo_2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.table {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid black;
}

.row {
  display: flex;
  border-bottom: 1px solid black;
}

.heading {
  font-weight: bold;
}

.cell {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.stats {
    font-size: 36px;
}
