/*body{
    font-family: "Times New Roman", serif;
    background:#f4f6f8;
    margin:0;
    padding:20px;
}

.container{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:40px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}*/

h1,h2,h3{
    text-align:center;
    margin:5px 0;
}

.top-info{
    display:flex;
    justify-content:space-between;
    margin:20px 0;
    font-weight:bold;
}

p{
    line-height:1.6;
}

/*table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

table, th, td{
    border:1px solid #000;
}

th, td{
    padding:8px;
    text-align:left;
}

th{
    background:#eee;
}*/

.section-title{
    text-align:center;
    font-weight:bold;
    background:#ddd;
}

.signature{
    text-align:right;
    margin-top:40px;
}

.copy{
    margin-top:30px;
}

.pdf-link{
    text-align:center;
    margin-top:40px;
}
.pdf-link a{
    background:#003366;
    color:#fff;
    padding:10px 20px;
    text-decoration:none;
    border-radius:5px;
}
.pdf-link a:hover{
    background:#0055aa;
}