body {
    background-color: #fff3e6;
    font-family: "Yu Gothic", sans-serif;
}

table {
    background-color: white;
    border-collapse: collapse;
    width: 500px;
    margin: 50px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

th {
    background-color: #f4a261;
    color: white;
    padding: 15px;
    width: 120px;
}

td {
    padding: 15px;
    background-color: #fffdf9;
}

tr:nth-child(even) td {
    background-color: #fdf3ea;
}