html,
body {
    background-color: rgb(26, 27, 31);
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu', sans-serif;
}

.navbar-sealtheme {
    background-color: rgb(35, 39, 42);
    color: rgb(255, 255, 255);
}

.dropdown-menu {
    background-color: rgb(35, 39, 42);
    color: rgb(255, 255, 255);
    border: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.dropdown-menu .dropdown-item {
    color: rgb(255, 255, 255);
    transition: background 0.2s, color 0.2s;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: rgb(26, 27, 31);
    color: rgb(60, 184, 130);
}

.dropdown-menu .dropdown-item:active {
    background-color: rgb(26, 27, 31);
    color: rgb(60, 184, 130);
    outline: none;
}

.custom-glow:hover {
    box-shadow: 0 0 8px 2px #319ad7, 0 0 16px 4px #319ad7;
    transition: box-shadow 0.2s;
}

.custom-glow2:hover {
    box-shadow: 0 0 8px 2px #3cb882, 0 0 16px 4px #3cb882;
    transition: box-shadow 0.2s;
}