body {
    font-size: 1.1rem;
}

.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

.dark-mode .navbar {
    background-color: #333;
}

.dark-mode .list-group-item {
    background-color: #1f1f1f;
    color: #e0e0e0;
}

.dark-mode .list-group-item-action:hover {
    background-color: #2a2a2a;
}

.dark-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.btn:active{
    outline: none;
}

.items{
    margin-top:10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items .btn{
    margin-right: 10px;
}

.items a {
    color: #fff;
    text-transform: capitalize;
}