body    {
        padding: 0px 0px;
        margin: 0;
        line-height: 1.0em;
        background-color: #1f1f1f;
        color: #fff;
        overflow-y: scroll;
        height: 100%;
        }

p       {
        text-decoration: none;
        }

h1, h2, h3 {
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        position: relative;
        }

h1      {
        font-size: 40px;
        position: relative;
        text-align: center;
        }

footer  {
        background: #463661;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        line-height: 1.4em;
        text-align: center;
        }

img     {
        margin: auto;
        max-width: 90%;
        display: block;
        }

a:link, a:visited {
        text-decoration: none;
        color: #ae93e6;
        }

.mainbody img {
        width: 1000px;
        }

.about a:hover {
        color: #d0c1ef;
        }

.about  {
        font-size: 18px;
        width: 1000px;
        max-width: 85%;
        margin: auto;
        }

.about img {
        border-radius: 10px 10px;
        margin: auto;
        }

.gallery {
        text-decoration: none;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: 1200px;
        max-width: 85%;
        margin: auto;
        padding-bottom: 40px;
        }

.galleryentry {
        align-items: center;
        padding: 5px;
        position: relative;
        width: 200px;
        height: 200px;
        }

.galleryentry img {
        max-width: 200px;
        max-height: 200px;
        border-radius: 20px 4px;
        opacity: 0.75;
        }

.galleryentry img:hover {
        opacity: 1;
        }

.archive {
        text-decoration: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        position: relative;
        text-align: center;
        width: 501px;
        max-width: 85%;
        margin: auto;
        }

.archiveh3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        position: relative;
        text-align: center;
        width: 600px;
        max-width: 85%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 20px;
}


.archive img {
        border-radius: 20px 4px;
        }

.archivepage {
        font-size: 14px;
        color: #fff;
        text-shadow: 1px  0px #222,
                     0px  1px #222,
                     -1px 0px #222,
                     0px -1px #222;
        position: relative;
        text-align: center;
        bottom: 0px;
        opacity: 0.75;
        }

.archivepagetext {
        border: 2px;
        border-radius: 200px;
        background: rgba(118, 102, 145, 0.6);
        display: block;
        position: relative;
        bottom: 31px;
        left: 64px;
        padding: 0px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        vertical-align: center;
        width: 30px;
        height: 30px;
        }

.archivepagetext:link, .archivepagetext:visited {
        color: white;
        }

.archivepage:hover {
        opacity: 1;
        }

.topcomicnav {
        display: flex;
        align-items: center;
        justify-content: center;
        }

.topcomicnav a:hover {
        background: #564671;
        }

.topcomicnav a {
        color: #fff;
        background: #362651;
        text-decoration: none;
        padding: 10px 30px;
        margin: 0px 0px 10px 20px;
        border-radius: 0px 0px 10px 10px;
        border: 0px;
        }

.bottomcomicnav {
        display: flex;
        align-items: center;
        justify-content: center;
        }

.bottomcomicnav a:hover {
        background: #362651;
        }

.bottomcomicnav a {
        color: #fff;
        background: #463661;
        text-decoration: none;
        padding: 10px 30px;
        margin: 10px 20px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        border: 0px;
        }

.rotten {
        background: #463661;
        background-image: url("/img/rotten_hydrangea.png");
        background-repeat: no-repeat;
        background-position: top right;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 10px;
        }

.rotten a {
        font-size: 70px;
        }

.menu   {
        padding: 10px;
        margin: 0px;
        }

.menu li, .menu ul {
        display: inline;
        margin: 0px;
        padding: 0px;
        }

.navbar {
        background: #362651;
        padding: 8px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        }

.menu a, .menu a:link {
        text-decoration: none;
        color: #fff;
        background: #564671;
        padding: 6px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 4px 4px;
        border: 0px;
        }

.menu a:hover {
        background: #766691;
        }

::-webkit-scrollbar {
        width: 12px;
        }

::-webkit-scrollbar-track {
        background: #1f1f1f;
        box-shadow: inset 0 0 3px black;
        border-radius: 40px;
        }

::-webkit-scrollbar-thumb {
        background: #8676b1;
        border: 1px solid #222;
        border-radius: 40px;
        outline: 1px solid black;
        }

#imageresize {
        display: none;
        }

#imageresize:checked + label > p>img {
        width: auto;
        }
