.container {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container table {
    border-radius:0px;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: -1px 9px 27px 5px rgba(0,0,0,0.75); 
    -moz-box-shadow: -1px 9px 27px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2),0px 6px 20px 0px rgba(0,0,0,0.19);
   

}

table tr td {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 0%;
  text-align: center;
    
   
}
  table {
  width: 85%;
    text-align: center;
    border-collapse: collapse;
    margin: auto;
    border-radius: 0%;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2),0px 6px 20px 0px rgba(0,0,0,0.19);


