.header {
    width: 100%;
    background: #6097CF;
    color: #FFFFFF;
    padding: 10px 15px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.header-left {
    flex: 1;
}

.site-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}

.tagline {
    text-align: right;
    font-family: "Comic Sans MS", cursive;
    font-style: italic;
    margin-top: 10px;
}

.header-banner img {
    display: block;
    width: 468px;
    height: 60px;
    border: 0;
}

.menu {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.menu a {
    color: #FFFF00;
    font-weight: bold;
    text-decoration: none;
}

.menu img {
    width: 8px;
    height: 12px;
    vertical-align: middle;
}
