body {
    background-color: #3a5757;
    color: whitesmoke;
}

.card {
    background-color: #e4ebe7;
    color: #344050;
}

.btn {
    transition-duration: 0.4s;
    background-color: #2f4443;
    border-color: #2f4443;
}

:not(.btn-check)+.btn:hover, [data-list] :not(.btn-check)+.page:hover, .tox .tox-menu__footer :not(.btn-check)+.tox-button:hover:last-child, .tox .tox-dialog__footer :not(.btn-check)+.tox-button:hover:last-child, .tox .tox-menu__footer :not(.btn-check)+.tox-button--secondary:hover, .tox .tox-dialog__footer :not(.btn-check)+.tox-button--secondary:hover, .btn:first-child:hover, [data-list] .page:first-child:hover, .tox .tox-menu__footer .tox-button:first-child:hover:last-child, .tox .tox-dialog__footer .tox-button:first-child:hover:last-child, .tox .tox-menu__footer .tox-button--secondary:first-child:hover, .tox .tox-dialog__footer .tox-button--secondary:first-child:hover {
    background-color: #2f4443;
    border-color: #2f4443;
}
