@font-face {
    font-family: ow-mono;
    src: url("/fonts/JetBrainsMono-Regular.ttf");
}

body {
    background-color: black;
    color: #03fc0b;
    font-family: ow-mono;
}

p {
    margin: 0;
}

.header {
    /* border-bottom: #03fc0b dashed 4px; */
    padding: 1em;
}

#pageTitle {
    text-align: center;
}

#navBar {
    display: flex;
    justify-content: center;
}

a.navLink {
    color: #03fc0b;
    padding: 0 1em;
}

.center {
    display: block;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 2em;
}

.content {
    width: fit-content;
    border-top: #03fc0b dashed 4px;
    border-bottom: #03fc0b dashed 4px;
    max-width: 800px;
    margin: 1em;
    padding: 1em;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.spacer {
    margin: 1.5em;
}