@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Courier+Prime&display=swap');

body {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Courier Prime', monospace;
}

pre, code {
    font-family: 'Courier Prime', monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Special Elite', cursive;
    color: #a9a9a9; /* Dark Gray for a more subtle look */
}

a {
    color: #8a2be2; /* BlueViolet */
}

a:hover {
    color: #9932cc; /* DarkOrchid */
}

nav a button.sr-theme-dark {
	border-radius: 25px;
}

div.imageblock + div.paragraph {
    margin-top: 16px;
}

div.paragraph p code {
    overflow-wrap: anywhere;
}

.sr-theme {
    background-color: #111111;
    color: #ffffff;
}

.sr-theme-light {
    background-color: #2a2a2a;
    color: #ffffff;
}

.sr-theme-dark {
    background-color: #000000;
    color: #ffffff;
}

.sr-theme-darker {
    background-color: #301934; /* Dark Purple */
    color: #ffffff;
}

.paginator {
    display: flex;
    justify-content: center;
    margin-left: 20%;
    width: 60%;
}

.paginator a,
.paginator span {
    border-radius: 25px;
    font-size: 0.8em;
    padding: 12px;
}

nav.sr-theme-darker,
footer.sr-theme-light,
header.sr-article-header {
    border-radius: 25px;
    margin: 16px;
}

nav.sr-theme-darker,
footer.sr-theme-light,
main.container-fluid {
    width: 90%;
    margin-left: 5%;
}

footer.sr-theme-light {
    font-size: 0.8em;
}

@media (max-width: 448px) {
    .paginator-indicator {
        display: none;
    }
}
