.pointer {
    cursor:pointer
}

body.dark-mode {
    background-color: #111;
    color: #fff;
}

body.dark-mode h1 {
    color: #cccc00;
}

body.dark-mode .card-header {
    background: #111;
}

body.dark-mode textarea {
    background: #122;
    color: #eeeeee;
}

body.dark-mode .list-group-item {
    background: #111;
    color: #eeeeee;
}

@media (max-width: 767.98px) {
    body {
        font-size:1.2rem;
    }
}
