/* Табличная вёрстка — твой любимый стиль */
body {
    font-family: system-ui, sans-serif;
    background: #eef5e8;
    padding: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}
th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
th {
    background: #2d6a2d;
    color: white;
}