body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f7f9;
}

.site-header {
    background: #002e5d;
    padding: 20px 0;
    text-align: center;
    border-bottom: 5px solid #d4af37;
}

.logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: white;
}

.logo-wrap img {
    height: 60px;
}

.logo-wrap span {
    font-size: 1.6rem;
    font-weight: bold;
}
