body {
    background: white;
    color: black;
    transition: 0.3s;
}

header {
    background: #f4f4e9;
}

.dark body {
    background: #1a1a1a;
    color: white;
}

.dark header {
    background: #333;
}

.dark #theme-toggle {
    font-weight: bold;
}

#theme-toggle {
    cursor: pointer;
}

#dropdown-text{
    color:black;
}

.dark #dropdown-text{
    color: white;
}