﻿body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 10px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    table th,
    table td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

.table-center th,
.table-center td {
    text-align: center;
}

.card {
    border: 1px solid #999;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

img {
    max-width: 150px;
    border-radius: 6px;
}
