.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

td:hover,
th:hover {
    background-color: #516E913D;
}

code {
    color: #0c5ec7b3;
    /* box-shadow: 2px 2px 3px #aaa; */
}

a.btn.btn-secondary:hover {
    background-color: maroon;
    box-shadow: 8px 8px 12px #aaa;
}

.btn.bg-white {
    box-shadow: 8px 8px 12px #aaa;
}