html,body {
    height: 100%;
}

body {
    background-color: black;
    background-image: url("../images/background.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* @keyframes change-background {
    0%, 50% {
        background-color: black;
    }
    100% {
        background-image: url("../images/background.webp");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

body {
    animation-name: change-background;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
} */

.pt-mono-regular {
    font-family: "PT Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.orbitron-regular {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.bg-black {
    background-color: black;
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.8);
}

.root {
    height: 100%;
    position: relative;
}

.root-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.4);
}

.form-control:active,
.form-control:focus,
.form-control:focus:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.form-control::placeholder {
    color: #dc3545;
}

.form-floating > label::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

p {
    font-family: "PT Mono", monospace;
}

.button-top-parent {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.menu {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    /* bottom: 0px; */
    z-index: 99;
}

.image-danger {
    filter: invert(24%) sepia(50%) saturate(3623%) hue-rotate(337deg) brightness(96%) contrast(85%);
}

blockquote {
    margin: 0;
    background-color: #808080;
    overflow-x: scroll;
    white-space: nowrap;
}

p {
    margin: 0;
}

.centered-max-width {
    max-width: 1000px;
    margin: 0 auto;
}

.brand-icon {
    height: 32px;
    width: 32px;
}

.bi {
    margin-right: 8px;
}

.button-job-title {
    border: 1px solid transparent !important;
}

.button-job-title:hover {
    border: 1px solid #dc3545 !important;
}
