header {
    background-color: #A296CF;
    padding: 16px 24px 16px 24px;
    text-align: justify;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo-text{
    color:#D5FFD3;
    font-size: 1.9em;
    font-weight: extra-bold;
    font-family: "Baloo Thambi 2", cursive, system-ui;
}



.menu-icon{
    width: 32px;
    height: 24px;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}