table {
    width: 90%;
    margin: 30px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}


th, td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}


th {
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
}


tr:hover {
    background-color: #f1f1f1;
}