body {
    font-family: Times New Roman, serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}


.header {
    background-color: #004e9a;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    font-family: SimHei;
}

.header h1 {
    margin: 0;
    font-size: 24px;
}

.subtext {
    font-size: 18px;
    text-align: center;
    color: #2b65ff;
    font-family: Times New Roman;
}

.image-container {
    flex-basis: 30%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 50%;
    max-height: 50%;
}

.header2 {
    background-color: #385724;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    font-family: SimHei;
}

.header2 h3 {
    margin: 0;
    font-size: 18px;
}

section {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

.download_link {
    display: block;
    text-align: center;
    font-size: 24px;
    color: green;
    text-decoration: none;
}

.download_link a {

    margin: 0;
    color: #385724;
    font-size: 20px;
    font-family: Times New Roman;
}

.content-section {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.container-excel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.text {
    margin: 0;
}

container-excel.download-link {
    text-decoration: none;
    color: green;
}

footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}

footer p {
    margin: 0;
    color: #333;
}


footer a {
    color: #0066cc;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}