#window-container {
    color: white;
    font-family: goudy-old-style, garamond, "Times New Roman", serif;
    min-height: 100dvh;
    min-height: 100vh;
}

.hyper,
.hyper:link,
.hyper:visited {
    text-shadow: -1px 0px #f0f, 1px -1px #0ff;
    color: white;
}

.hyperglow {
      box-shadow:
      0 0 20px 5px rgba(0, 255, 255, 0.2),
      inset 0 0 20px 5px rgba(0, 255, 255, 0.2); 
}

.navbar-brand-image {
    backdrop-filter: blur(15px);
}

.hyper:hover {
    text-decoration: underline;
}

.hyper:active {
    text-shadow: -2px -1px #f0f, 2px -2px #0ff;
    color:white;
}

h1 .hyper {
    text-decoration: none;
}