/* body set the height at 70vh */
body {

    height: 70vh;
    }
    
    /*  this is the table css  */
    table {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
    margin-top: 20px;
    color: #333333;
    }
    th {
    padding: 10px;
    background-color: #333333;
    color: white;
    border-radius: 10px;
    }
    td {
    padding: 10px;
    }