.senkrecht {
    transform: rotate(-90deg);
    transform-origin: center;
}

.body {
    flex: 0;
}

.startseite p {
 text-align : justify;
}

.rotate {
  transform: rotate(270deg);
}

.table th,
.table td {
    border-top: none;
}

.right {
  text-align: right !important;
}

td {
  color: #ffffff;
  font-size: 16px;
}

ul,
ol,
table,
blockquote {
 color:#ffffff;
}
