body {
  
  font-family: 'IBM Plex Sans',sans-serif;
  text-align: center;
  background-color: black;
  background-size: auto;
  background-image: url("https://sidoaqua.neocities.org/UKG_COol2.jpg");
  color: White;
                
            }

            #container {
                width: 1100px;
                margin: auto;
                height: 1100px;
                background-repeat: no-repeat;
                background-position: bottom center;
                background-color: black;
            }

            a {
                color: white;
                font-weight: normal;
                text-decoration:none;
            }

            h1 a, h2 a, h3 a, h4 a, h5 a {
                color: white;
                text-decoration:none;
            }

            a:hover {
                color: #fff;
            }


            #header {
                width: 90%;
                background-repeat: no-repeat;
                background-size: auto 1000%;
                background-position: center center;
                height: 150px;
            }

            main {
                padding: 20px 20px 20px 80px;
                text-align: justify;
                
            }

            h1, h2 {
                text-align: left;
                border-bottom: 1px white;
                color: White;
                width: 100%;
            }

            h4 {
                text-align: left;
                font-size: 19px;
                color: White;
                margin: 0px;
                width: 100%;
            }

            footer {
                width: 100%;
                height: 80px;
                padding: 10px;
                text-align: center;
            }

            .imagehere {
                height: 150px;
                width: 150px;
                margin-left:auto;
                margin-right:auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: auto 100%;
            }

            .charactermain-image {
                height: 350px;
                width: 300px;
                margin-left:auto;
                background-repeat: no-repeat;
                background-size: auto 100%;
                background-position: center;
                border: 1px black solid;
            }

            .galleryimage {
              float: left;
              width: 170px;
              height: 170px;
              background-repeat: no-repeat;
              background-size: auto 100%;
              background-position: center;
              margin: 10px;
              border: 1px black solid;
            }

            h1,
            h2,
            h3 {
                color: White;
            }

            h1 {
                font-size: 40px;
                color: White;
            }

            h2 {
                font-size: 25px;
                color: White;
            }

            .box {
                background-color: black;
                padding: 10px;
            }

            .gallery {
                background-color: gray;
                padding: 10px;
                overflow: hidden;
                width: 600px;
            }

            #toc {
                float: left;
                width: 200px;
                margin-right:auto;
                margin: 0px 40px 10px 0px;
                background-color: black;
            }

            ol {
                padding-left: 8%;
                list-style-type: circle;
                }

            li {
                padding-bottom: 3px;
                }

            .characterprofile {
              float: right;
              width: 300px;
              margin-left:auto;
              margin: 0px 0px 30px 30px;
              background-color: black;
            }

            /* Clear floats after the columns */
            .row:after {
              content: "";
              display: table;
              clear: both;
            }


            table {
              border-collapse: collapse;
              width: 300px;
              background-color: black;
              border-top: 1px solid black;
              border-bottom: 1px solid black;
            }

            tbody {
              margin: 3px 10px;
            }

            td, th {
              text-align: left;
              padding: 3px 10px;
              border-right: 1px white;
              border-left: 1px white;
            }

            td:nth-child(odd) {
              font-weight: 600;
                text-align: right;
            }

            tr:nth-child(odd) {
              background-color: black;
            }


            /* MEDIA QUERY */

           
              #mybutton{
cursor: pointer;
}

