.card
{ 
    display: flex;
    flex-direction: column;
    
    border: 2px solid black;
    margin: auto;
    max-width: 500px;
    height: 85vh; 
    padding: 2rem 1rem;
    text-align: center;
    background: linear-gradient(#f7f7f7,#067ff1);
    border-radius: 5px;
    overflow: auto;
}

body{
    font-family: 'Gill Sans', 'Gill Sans MT', 
    Calibri, 'Trebuchet MS', sans-serif;
    background-color: #d1d5db;
}

.table{

    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}


tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    background-color: black;
    color: white;
}

.result-table{


    padding: 10px;
    text-align: center;
    border: 2px solid white;
    border-radius: 5px;

}

.result-table .result{

    border: 2px solid white;
    border-radius: 5px;
}

td {
    display: table-cell;
    vertical-align: inherit;

    border: 1px solid white;
    border-radius: 5px;
}

footer {
    text-align: center;
  }
  
  footer p {
    font-size: large;
    text-align: center;
  }
  
  .footer-list {
    margin: 1rem;
  }
  
  a,
  img,
  li {
    display: inline;
  }
  
  img {
    width: 40px;
    padding: 0.2rem;
  }