/*
 * Based on Bootstrap 5.3 Cover
 * @see https://getbootstrap.com/docs/5.3/examples/cover/
 */

body {
    background-color: #000000;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.cover-container {
    max-width: 45em;
}

a.nav-link {
    color: rgba(255, 255, 255, .7);
    display: inline;
}
a.btn-light,
a.btn-light:hover,
a.btn-light:focus {
    color: #333;
    text-shadow: none;
    border: .2rem solid transparent;
}
a.btn-light:hover,
a.btn-light:focus {
    border-color: rgba(0, 0, 0, .25) !important;
}
