.navbar {
    background-color: #c1002a;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 40px;
}

.header-icons {
    display: flex;
    gap: 15px;
}

.icon-link {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.icon-link:hover {
    opacity: 0.8;
}
