*{
    margin: 0; padding: 0; box-sizing: border-box;
}
body{
    justify-content: center;
    align-items: center;
}
 
/* Form */
 
.form-input{
    max-width: 400px;
}
 
/* Styling HTML Table */
 
 .logo{
    text-indent: -9999999px;
    padding-top: 5px;
    background: url(logo1.png);
    background-size: 300px;
    width: 300px;
    height: auto;
}

table{
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
}
th,td{
    border: 1px solid #dfdede;
    padding: 8px 25px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: grey;
}
th{
    text-transform: uppercase;
    font-weight: 900;
}
td{ font-size: 1.2rem; }