body {
    font-family: sans-serif;
    background-color: transparent !important;
}

.page-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    position: relative;
}

header {
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible !important;
}

nav.navbar {
    overflow: visible !important;
}

.navbar .container-fluid {
    overflow: visible !important;
}

footer {
    background-color: #f2f2f2;
    padding: 1em;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

.navbar-brand {
    font-size: 1.5rem !important;
    display: inline-block !important;
    min-height: 2em;
    position: relative !important;
    overflow: visible !important;
}

.brand-text {
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    min-height: 1.5em;
}

.letter-animate,
.letter-final {
    display: inline-block;
    transition: all 0.3s ease;
}

.letter-final {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.nav-link {
    font-size: 1.25rem;
}

main {
    padding: 1em;
    background-color: transparent;
    position: relative;
    z-index: 1;
}