#header {
    padding: 20px 40px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    background-color: white;
}

#headerTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

#headerNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.headerNavItem {

}