body {
    font-size: 18px;
}

header {
    text-align: center;
    background: #F0F0F0;
}
header img {
    max-width: 100%;
}

p {
    line-height: 30px;
}

.invoice-info {
    border-right: 2px solid #808080;
}
@media only screen and (max-width: 600px) {
    .invoice-info {
        border-right: unset;
    }
}

.invoice-action {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invoice-action .btn
{
    background: #AD8557;
    color: white;
    padding: 20px 70px;
}

.footer {
    background-color: #F0F0F0;
    color: #34374B;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}
.body {
    margin-bottom: 60px;
}
.no-height{
    line-height: 0;
}
.no-margin{
    margin-bottom: 0;
}
.policy-container {
    font-family: 'Work Sans', sans-serif;
    background-color: #FFFFFF;
    color: #34374B;
    line-height: 1.6;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 900px;
}

.policy-container h1,
.policy-container h2,
.policy-container h3 {
    font-weight: bold;
    color: #222222;
}

.policy-container h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.policy-container h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.policy-container h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-container p {
    margin-bottom: 1rem;
}

.policy-container ul {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 1rem;
}

.policy-container em {
    font-style: italic;
    color: #555555;
}

.policy-container strong {
    font-weight: bold;
    color: #222222;
}
