
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Varela+Round&display=swap');

body {
  font-family: 'Cabin', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -.003em;
  font-size: 1.3rem;
  padding: 50px;
  background-color: #1e2549;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #ffffff;
}
th {
    background-color: #1e2549;
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
  }
  
  .leiste {
    display: inline-block;
  }
  
  .leiste ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .leiste li {
    display: inline-block;
    margin-right: 20px;
  }
  
  .leiste li:last-child {
    margin-right: 0;
  }
  
  .leiste a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #666;
  }
  
  .leiste a:hover {
    background-color: #999;
  }
  