/* Local Styles for Test. */
.carousel-item {
    height: 80vh;
    min-height: 50px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-color:green; */
}  

.carousel-item img {
    max-height: 80vh;
    display: block;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.better-background {
    background-color: rgba(var(--bs-success-rgb), 0.85) !important;
}

pre {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1rem;
    position: relative;
}

.copy-btn {
    position: absolute;
    top: 0.5rem;
    right: 8.5em;
}

.download-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
