<style>
body {
    font-family: Arial;
    background: #f4f4f4;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
h1, h2, h3, h4, h5, h6 {margin: 5px 0; }
.top-wapper {
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: azure;
}
.navbar {
    background-color: #333;
    overflow: hidden;
}

.navbar a {
    float: left;
    color: white;
    padding: 14px 20px;
    text-decoration: none;
}

.navbar a:hover {
    background-color: #ddd;
    color: black;
}
table {
    border-collapse: collapse;
    width: 90%;
    font-family: Arial;
    margin: 10% auto 0;
}

th {
    background-color: #4CAF50;
    color: white;
}

th, td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

/* Upload Box */
.upload-box {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
    margin: 10% auto 0;
}

.upload-box h2 {
    margin-bottom: 20px;
}

/* File Input */
input[type="file"] {
    margin: 15px 0;
}

/* Button */
button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #45a049;
}


.voucher-wr {
    background: url(bg.jpeg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: top left;
    width: 830px !important;
    height: 425px !important;
    margin: 20px !important;
    padding: 40px;
}
.voucher-wr h3 {
    text-transform: uppercase;
}
.voucher-wr .left {
    width: 75%;    
    display: inline-block;
}
.voucher-wr .right {
    width: 24%;    
    display: inline-block;
    text-align: right;
}
.voucher-wr .right h3 {
    border: 1px solid #333;
    text-align: center;
}
.voucher-wr .amount, .voucher-wr .words {
    width: 49%;    
    display: inline-block;
}
.voucher-wr strong {
    border: 1px solid #333;
    padding: 5px;
    display: block;
    width: 60%;
}
.voucher-wr .words b {
    display: block;
}
.athority {
    display: flex;
}
.about-img {
    margin-top: 10px;
    margin-left: 12%;
}
.athority .prepared {
    width: 70%;
}
.account b, .narration b {
    text-transform: capitalize;
}
.athority label {font-weight: bold;}
</style>