body{
    background-color: #c4d3f5;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}


table{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    border-spacing: 0px;
    border-radius: 6px;
}

table thead{
    background-color: #6c79e0;
    color: white;
}


table thead th:first-child{
    border-radius: 7px 0px 0px 0px;
}

table thead th:last-child{
    border-radius: 0px 7px 0px 0px;
}

table tbody{
    background-color: white;
}

table tbody tr:last-child td:first-child{
    border-radius: 0px 0px 0px 7px;
}

table tbody tr:last-child td:last-child{
    border-radius: 0px 0px 7px 0px;
}

th{
    text-align: left;
}

td,th{
    border: 0px;
    padding: 7px;
}

tr td{
    border-bottom: 1px solid #c4d3f5
}