body {
    color: white;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../images/background_blur.png") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container, .container-fluid {
    height: calc(100vh - 80px);
}

@supports (height: 100svh) {
    .container, .container-fluid {
        height: calc(100svh - 80px);
    }
}

.modal-content {
    color: black;
}

.card {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.65);
}

pre {
    white-space: break-spaces;
    margin: 0;
}

.flex-collapse.show {
    display: flex;
}