html {
    scroll-behavior: smooth;
}

header {
    background-image: url('Site_Assets/HEADER_BG.png');
    background-size: top;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #070a1b;
    margin: 0;
    padding: 0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #84aeff;
    width: 100%;
    height: 130px;
}

body {
    background-image: url('Site_Assets/BG_image4.png');
    background-size: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 122px;
    background-color: #010309;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

h1 {
    font-size: small;
}

.comicClass {
    margin-top: 18px;
    margin-bottom: 20px;
}

.centeredContent {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-text-stroke: 6px;
    -webkit-text-stroke-color: #091023;
    paint-order: stroke fill;
}

.spacebarText {
    margin-top: 18px;
    margin-bottom: 45px;
    display: inline-flex;
    color: #FFFFFF;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-text-stroke: 0px;
    flex-wrap: wrap;
    flex-direction: row;
}

.footerText {
    margin-top: 1px;
    margin-bottom: 10px;
    display: inline-flex;
    color: #FFFFFF;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-text-stroke: 0px;
    flex-wrap: wrap;
    flex-direction: row;
}

.centeredNavHeader {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    padding: 0px;
}

.logo {
    margin-top: 17px;
    margin-bottom: -2px;
}

.nextPrevious {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.navSet {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 2px;
    color: #FFFFFF;
}

.navLine {
    width: 220px;
    height: 1px;
    background-color: #84aeff;
    border: none;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 12px;
}

.navigationArrows {
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.navigationPage {
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.navigationEpisode {
    width: 324px;
    text-align: left;
    color: #FFFFFF;
}

.navigationChapter {
    width: 324px;
    text-align: right;
    color: #FFFFFF;
}

.customLink {
    color: #c4f5f5;
    text-decoration: none;
}