.page-kirim-karya {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.header-kirim {
    text-align: center;
    margin-bottom: 30px;
}

.header-kirim h1 {
    font-size: 13px;
    letter-spacing: 1px;
}

.header-kirim h2 {
    font-size: 22px;
    margin-top: 8px;
}

.qr-section {
    text-align: center;
    margin: 30px 0;
}

#qrcode {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.email-text {
    font-size: 16px;
}

.content-section {
    font-size: 14px;
    line-height: 1.9;
}

.content-section h3 {
    margin-top: 25px;
}

.content-section ol,
.content-section ul {
    padding-left: 20px;
}

.penutup {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}