body{
    font-family: 'Segoe UI', Arial;
    background:#fff;
    color:#1f2937;
}

.container{
    width:800px;
    margin:auto;
}

.header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:2px solid #e5e7eb;
    padding-bottom:10px;
}

.logo{
    height:55px;
    object-fit:contain;
}

.header-text{
    text-align:right;
}

.title{
    font-size:20px;
    font-weight:700;
    letter-spacing:1px;
}

.subtitle{
    font-size:13px;
    color:#6b7280;
}

.date{
    font-size:12px;
    color:#9ca3af;
}

.table th{
    background:#f1f5f9;
}

.total{
    font-size:22px;
    font-weight:bold;
    text-align:right;
    color:#111827;
    margin-top:10px;
}

.box{
    background:linear-gradient(135deg,#eef2ff,#f8fafc);
    padding:15px;
    margin-top:20px;
    border-left:5px solid #6366f1;
    border-radius:8px;
}

body{
    font-size:13px;
}

input, textarea{
    font-size:13px;
}

table{
    font-size:13px;
}

h2{
    font-size:18px;
}


td{
    padding:6px;
}

th{
    padding:8px;
    font-size:13px;
}



