/* Nati Almaliah & Tamir Zilberman */
table {
    border-collapse: collapse;
    width: 50%;
    margin: 50px auto;
    background-color: #e4f1eb;
    border-radius: 6px;
}

td {
    border-top: 1px solid black;
}

th, td {
    padding: 8px;
    text-align: center;

}

th {
    background-color: #4CAF50;
    color: white;

}

h1 {
    text-align: center;
}
div{
    overflow-x: auto; /*if the table will be wider than the screen*/
}