        body {
            background-color: rgb(0, 0, 0);
            color: yellowgreen;
            text-shadow: -.1px 0 rgb(234, 255, 0), 0 -.1px rgb(134, 154, 182), .1px 0 rgb(255, 0, 179), 0 -.1px rgb(255, 255, 255);
            font-family: calibri;
            font-size: 15px;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .tab {
            overflow: hidden;
            background-color: #000000;
            width: 500px;
        }

        hr {
            color: yellowgreen;
        }

        /* Style the buttons inside the tab */
        .tab button {
            background-color: inherit;
            float: left;
            border: yellowgreen 1px solid;
            outline: none;
            cursor: pointer;
            padding: 5px;
            color: yellowgreen;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: yellowgreen;
            color: black;
        }

        /* Style the tab content */
        .tabcontent {
            padding: 5px;
            display: none;
            width: 1000px;
            border: 1px solid yellowgreen;
        }

        .comic-container {
            display: flex;
        }

        .comic-section, .comic-section-image {
            border: yellowgreen 1px solid;
            width: 500px;
            margin: 0px 2px 0px 0px;
            padding: 5px;
            height: 500px;
            overflow: scroll;
            scrollbar-width: thin;
            scrollbar-color: yellowgreen black;
        }
        
        .comic-section-image {
            width: 20px;

        }

        .title {
            font-size: 25px;
            text-transform: uppercase
        }

        .header {
            font-size: 15px;
            text-transform: uppercase
        }


        .gallery {
            column-count: 3;
            /* number of columns */
            column-gap: 10px;
            /* space between columns */
        }

        .gallery img {
            width: 100%;
            margin-bottom: 10px;
            display: block;
            break-inside: avoid;
            /* prevents image from breaking between columns */
        }

        .tttheros {

            padding: .25em;
            background: #000000;
            color: rgb(255, 255, 255);
            font-family: monospace;
            text-shadow: ;
            margin: 1px;
            display: inline-block;
            font-size: 10px;
        }

        .tttec {
            margin: 5px;
            padding: 5px;
            background-color: #0984ff;
            font-family: monospace;
            color: white;
            text-shadow: 0px 0px 10px #ffffff;
            font-size: 10px;
        }

        .main-comic-box {
            border: 1px solid yellowgreen;
            display: flex;
        }

        .main-comic-image {
            width: 200px;
            height: 200px;
            margin: 5px;
            background-size: cover;
        }


        .main-comic-info {
            width: 250px;
        }

        .main-comic-info-bar {
            display: flex;
        }

        .main-comic-title {
            font-size: x-large;
            text-transform: uppercase;
        }

        .release-info {
            margin: auto;
            font-size: 12px;
            text-align: right;
            text-transform: uppercase;
        }

        .read-button,
        .read-button-small {
            background-color: greenyellow;
            color: black;
            text-align: center;
            float: right;
            border: yellowgreen 1px solid;
        }

        .read-button {
            width: 100px;
            font-size: x-large;
            margin: 5px;
        }

        .read-button:hover,
        .read-button-small:hover {
            background-color: #000000;
            border: yellowgreen 1px solid;
            color: yellowgreen;
        }



        .comic-shelf-container {
            display:flex;
            text-transform: uppercase;
            font-size:10px;
            
        }

            .shelf-comic {
                margin:5px;
                padding:5px;
                border: yellowgreen solid 1px;
            }

            

            .comic-cover {
                width:100px;
                height: 150px;
                background-repeat: no-repeat;
                background-size:cover;
                background-blend-mode:hard-light;
                background-color:rgba(153, 205, 50, 0.578);
            }

            .new {
                float:right;
                padding:2px;
                color:white;
                text-transform: uppercase;
                background-color: red;
                box-shadow: 0px 0px 5px red;
                
            }

            

            