html, body {
    margin: 0;
}

html {
    display: flex;
    justify-content: center;
    background-color: #535353;
}

body {
    width: 950px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
    background-color: #5a5a5a;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

a {
    color: inherit;
}

p {
    margin: 0;
}

header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 950px;
}

.banner {
    background-color: #efefef;
}

.navbar {
    height: 13px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    column-gap: 10px;
    font-family: "arial";
    font-weight: bold;
    font-size: x-small;
    text-transform: uppercase;
}


.first a {
    color: #FFFFFF;
}

.second {
    color: #C8A2C8;
}

.third {
    color: #39d5f6;
}

.fourth {
    color: #f7f72a;
}

.fifth {
    color: #ffb529;
}

.bannerBottom {
    height: 7px;
    width: 950px;
    background-color: #c6c6c6;
}

.upper {
    display: flex;
    flex-direction: row;
    column-gap: 12px;

}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.archives {
    width: 262px;
    height: 100%;
    background-color: #efefef;
    flex-direction: column;
    justify-content: center;
}

.sidebarContents {
    background-color: #c6c6c6;
    width: 255px;
    height: 100%;
}

.borderSidebarTop {
    height: 7px;
    background-color: #efefef;
}

.latest {
    display: block;
    margin: auto;
    height: 25px;
}

.pages {
    font-size: 10px;
    padding: 0 5px;
    font-weight: 800;
    display: inline-block;
}

.pages a {
    color: blue;
}

.viewAll {
    display: inline-block;
    font-size: 20px;
    color: blue;
    font-weight: 800;
    margin: 20px 0;
}

.merch {
    display: block;
    margin: auto;
    height: 25px;
    display: none;
}

.borderSidebarBottom {
    height: 7px;
    background-color: #efefef;
}

.contentSide {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.comic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #c6c6c6;
    width: 950px;
    max-width: 950px;
    height: auto;
}

.comicPage {
    background-color: #efefef;
    width: 650px;
    max-width: 650px;
    height: auto;
}

.comicPageContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 7px 25px 23px 25px;
}

.comicNavigation {
    display: inline-block;
    text-align: left;
    padding: 7px 25px 23px 25px;
}

.command {
    width: 650px;
    height: auto;
    margin: 12px 20px;
}

.image {
    width: 650px;
    height: auto;
}

.title {
    font-family: "Courier New", 'Courier New', Courier, monospace;
    font-weight: 800;
    text-align: center;
    font-size: xx-large;
}

.textBox {
    font-family: "Courier New", 'Courier New', Courier, monospace;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
    margin: 12px 20px;
    height: 100%;
}

.comicNavigation > .next {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: x-large;
    margin: 20px auto;
}

.comicNavigation > .next > .link {
    color: red;
}

.comicNavigation > footer {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    color: red;
    column-gap: 30px;
    font-size: x-small;
}

.bottomContent {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    height: auto;
}

.blog {
    display: flex;
    flex-direction: column;
    row-gap: 10px;;
    width: 468px;
    height: 1380px;
    background-color: #efefef;
}

.newsBanner {
    display: inline-block;
    margin: 10px auto;
    width: 336px;
    height: 65px;
}

.sponsors {
    width: 196px;
    height: 1380px;
    background-color: #efefef;
}

.sponsorsContent {
    width: 189px;
    height: 1366px;
    background-color: #c6c6c6;
    display: inline-block;
    text-align: center;
    font-size: x-small;
}

.sponsorsBanner {
    display: inline-block;
    margin: 10px auto;
    width: 176px;
    height: 27px;
    padding: 0px 5px;
}

.sponsorsSidebarTop {
    width: 191px;
    height: 7px;
    color: #efefef;
}

.spoiler {
    border: 1px dashed gray;
    padding: 1px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.prettyBorder {
  border: 1px dashed gray; 
  padding: 1px;
}

.content {
  padding: 15px 18px;
  display: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 6%);
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
}