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: flex-end;
    background-color: #c6c6c6;
    width: 676px;
    height: 845px;
}

.comicPage {
    background-color: #efefef;
    width: 669px;
    height: 831px;
}

.comicPageContents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.command {
    width: 669px;
    height: 37px;
    padding: 14px 0;
}

.title {
    font-family: "Courier New", 'Courier New', Courier, monospace;
    font-weight: 800;
    text-align: center;
    font-size: xx-large;
}

.image {
    margin: 0 0 0 9px;
}

.textBox {
    font-family: "Courier New", 'Courier New', Courier, monospace;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
    margin: 12px 30px;
}

.comicNavigation > .next {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: x-large;
    margin: 20px 30px;
}

.comicNavigation > .next > .link {
    color: red;
}

.comicNavigation > footer {
    display: flex;
    flex-direction: row;
    margin: 0 30px;
    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;
}
