* {
    font-family: Optima, monospace;
}

.hidden {
    display: none!important;
}

.spinner-border {
    margin: auto;
}

.spinner-container {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: black;
    opacity: 0.5;
}

a {
    color: inherit;
    text-decoration: inherit;
}