<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

.contain {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #1A5319;
    color: white;
    /* padding: 1rem; */
    text-align: center;
    background-image: url(./hita_image/hitabg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    top: 0;
    height: 600px;
}

.headerh1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    z-index: 2;
    padding: 20px 40px;
    text-align: center;
    background-color: #d36d0e;
    border-radius: 20px;
}

.headerp {
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    font-weight: 1000;
    background-color: #01050f;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 20px 40px;
}

table {
    width: 100%;
    font-size: 20px;
}


th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    height: 50px;
}

th {
    background-color: lightblue;
    text-align: left;
    height: 50px;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #ddd;
}


.tname {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    background-color: #01050f;
    color: #f1f1f1;
    /* height: 100px; */
    width: 100%;
    padding: 40px 1px;
    /* padding-bottom: 10px; */
    margin-top: 20px;
}

.sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 470px;
    right: 20px;
    background-color: #d36d0e;
    padding: 20px 20px;
    font-size: 20px;
    color: #f1f1f1;
    border-radius: 5px;
    text-align: center;
}

.sticky:hover {
    background-color: #01050f;

}


a {
    text-decoration: none;
    color: #f1f1f1;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #01050f;
    color: white;
    display: flex;
    padding: 20px;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    line-height: 25px;
}

.about h2 {
    color: #d36d0e;
}

.about p {
    max-width: 400px;
}

.addy {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    line-height: 25px;
    max-width: 400px;
}

.addy h2 {
    line-height: 35px;
}

.addy .icon {
    display: flex;
    gap: 20px;
}


.fa {
    padding: 10px;
    font-size: 50px;
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #d36d0e;
    color: #fff;
    transition: opacity 0.3s;
}

.fa:hover {
    opacity: 0.7;
}

@media screen and (max-width:760px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        background-color: #01050f;
        color: white;
        display: flex;
        padding: 20px;
        gap: 20px;
    }


    .headerh1 {
        max-width: 350px;
        font-size: 20px;
        padding: 10px 10px;
    }

    .headerp {
        font-size: 16px;
        padding: 20px 40px;
    }

    table {
        width: 100%;
        font-size: 14px;
    }


    th,
    td {
        border: 1px solid #ddd;
        padding: 8px;
        height: 50px;
    }

    th {
        background-color: lightblue;
        text-align: left;
        height: 50px;
    }
    .tname {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        background-color: #01050f;
        color: #f1f1f1;
        width: 100%;
        padding: 40px 1px;
        margin-top: 20px;
    }


}</pre></body></html>