body,
html {
    color: white;
    font-family: "Russo One", sans-serif;
    background-color: #4B4B4B;
}
.section {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  position: absolute;
}

table{
  border: 1px solid black;
  border-color: #DE1B56;
  text-align: center;
  width: 60%;
}

td, th {
  width: 20%;
  border: 1px solid aliceblue;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: aliceblue;
}

#titel {
  font-family: "Blippo", fantasy;
  transition: margin-left .5s;
  padding: 16px;
  color: #DE1B56;
  text-align: center;
  font-size: 48px;
  top: 3%;
  left: 44.5%;
}