#window-container {
    background: #040000;
    filter: contrast(88%);
    color: white;
    min-height: 100dvh;
    min-height: 100vh;
}

.navbar-brand,
.nav-item,
.nav-link {
    font-family: goudy-old-style, garamond, "Times New Roman", serif;
}

.navbar-brand {
    font-size: 3rem !important;
}

.hyper,
.hyper:link,
.hyper:visited {
    text-shadow: 1px 1px #ff00ff, -1px -1px #3cdfff;
    color: white;
    /*text-decoration: none;*/
}

.hyper:active {
    text-shadow: -1px -1px #ff00ff, 1px 1px #3cdfff;
    color:white;
}

h1 .hyper {
    text-decoration: none;
}