    body {
        background-color: black;
        padding-top: 90px;
        background-image: url('../assets/global/background.png');
        background-attachment: fixed;
        background-size: 100%;
	}

	.site-header {
	    background-color: #10101096;
	    color: #00fff0;
	    position: fixed; /* Keeps header at top during scroll */
	    top: 0;
        height: 80px;
	    z-index: 998;
	    width: 100%;
        border-radius: 5px;
        border-color: #4affd2;
        border-style: solid;
        border-top-style: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
	}

    .site-footer {
	    background-color: #02161296;
	    color: #00fff0;
	    bottom: 0;
        min-height: 120px;
	    z-index: 997;
	    width: 100%;
        border-radius: 5px;
        border-color: #4affd2;
        border-style: solid;
        border-bottom-style: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
	}

	.container {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 10px 20px;
	    max-width: 1200px;
	    margin: 0 auto;
	}

    .logo {
        color: #00fff0;
        font-family: sans-serif;
        font-size: 24px;
        text-decoration-line: none;
    }

    .logo:hover {
        color: #00ff80;
    }

	.navbar ul {
	    list-style: none;
	    display: flex;
	    gap: 20px;
	    margin: 0;
	    padding: 0;
	}

	.navbar a {
	    color: #00fff0;
	    text-decoration: none;
        padding: 5px;
	    font-size: 16px;
        border-style: solid;
        border-width: 2px;
        border-color: #4affd2;
        border-radius: 10px;
	}

	.navbar a:hover {
	    color: #00ff80;
        border-color: #00ff80;
        background-color: #00dd6010;
	}   
    .page {
        box-sizing: border-box;
        width: 8.5in;
        min-height: 11in;
        margin: auto;
        margin-bottom: 1rem;
        padding: 1in;

    }

    .sci-fi-rect {
    border-color: #4affd2;
    border-style: solid;
    border-start-start-radius: 25px;
    border-end-end-radius: 25px;
    corner-shape: bevel;
}
.quote {
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    text-align: left;
}

.quote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    text-align: right;
    font-size: 0.85em;
}
    .CaRD {
        text-align: center;
        font-family: 'libre-mono', monospace;
        background-color: #002018de;
        color: #00fff0;
        border-style: solid;
        border-width: 2px;
        border-color: #4affd2;
        border-radius: 10px;
    }

    .navbar btn {
        text-decoration: none;
        background: none;
    }

    .navbar btn:hover {
        color:#00ff80;
        background-color: #00dd6010;
        border-color: #00ff80;
    }

    p {
        text-align: left;
    }

    .brk {
        border-style: solid;
        color: #4affd2;
        border-color: #4affd2;
        border-width: 1px;
    }

    a {
        color: #00fff0;
        text-decoration: none;
    }

    a:hover {
        color: #00ff80;
        border-color: #00ff80;
    }

    #scanlineCanvas {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        z-index: 9999;
    }
