table{
    width: 100%;
    height: 70vh;
    background-color: rgb(30, 30, 30);
    color: white;
  }
  
  
  
  td {
    width: 25%;
    text-align: center;
    background-color: rgb(20, 20, 20);
    font-size: 24px;
  }
  
  
  td:hover {
    background-color: rgb(22, 51, 129);
    cursor: pointer;
  }
  
  #ergebniss {
    height: 30vh;
    background-color: rgb(40, 40, 40);
    color: white;
    font-size: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
  }
  
  #istgleich {
    background-color: rgb(0, 100, 143);
  }
  
  #istgleich:hover {
    background-color: rgb(117, 212, 246);
  }
  
  .hightlight {
    background-color: rgb(25, 25, 25);
  }
  