/* Updated header */
header {
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    padding: 2px 40px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

nav ul {
    font-family: 'Inter', sans-serif;
}

nav ul li button {
    all: unset;
    font-family: 'Inter', sans-serif ;
    font-size: 1.25rem !important;
    font-weight: 500;
    color: #32435F;
    padding: 4px 0;

}

nav ul li {
    margin-left: 20px;
}

