html {
  overflow-y: auto;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 400;
  background-color: #000000;
  color: rgb(223, 223, 223);
  scroll-behavior: smooth;
}

body {
  line-height: 35px;
  padding: 1px;
  width: auto;
}

.primary-header {
  background-color: #000000;
  color: rgb(199, 199, 199);
}

.nav-list {
  display: flex;
  flex-wrap: row wrap;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  margin-bottom: 10px;
}

button a:link {
  color: white;
}

a:link {
  text-decoration: none;
  color: rgb(28, 108, 255);
}

a:hover,
li a:hover {
  color: rgb(71, 151, 255);
}

a:visited {
  color: rgb(32, 144, 218);
}

#logo a:visited {
  color: rgba(203, 203, 203, 0.258);
}

#footer {
  list-style: none;
  background-color: #000000;
  border-top: 1px solid rgb(28, 28, 28);
  padding: 13px;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: rgb(222, 222, 222);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: auto;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 26px;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

#logo {
  font-size: 27px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.826);
}

b,
strong {
  color: rgb(219, 211, 211);
}

section {
  border-radius: 10px;
  padding: 40px;
  font-weight: 100;
  font-kerning: auto;
}

@media (min-width: 100px) and (max-width: 800px) {
  body {
    width: 100%;
    margin: auto;
  }
  section {
    width: 90%;
    margin: auto;
    font-size: 22px;
    padding: 30px;
  }

  table {
    width: 100%;
    overflow-y: scroll;
    font-size: 15px;
  }

  img {
    width: 100%;
    height: auto;
  }
  #table {
    overflow: scroll;
    font-size: 11px;
  }

  #table button {
    font-size: 10px;
  }

  #mainse h1 {
    font-size: 50px;
  }

  #sidebar {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: #2d2d2d 1px solid;
    padding: 10px;
    overflow-y: scroll;
  }
  #artimg img:hover{
    display: block;
  }
}

@media (min-width: 801px) and (max-width: 1900px) {
  section {
    width: 50%;
    margin: auto;
    font-size: 23px;
    justify-content: end;
    display: flex;
  }

  #img {
    width: auto;
  }

  table {
    font-size: 18px;
  }

  #mainhe h1 {
    font-size: 100px;
  }

  #sidebar {
    width: 20%;
    border-radius: 10px;
    padding-top: 20px;
    height: 320px;
    position: fixed;
    top: 15%;
    left: 0;
    border-right: rgb(38, 38, 38) 1px solid;
    padding-bottom: 20px;
    backdrop-filter: blur(13px);
    z-index: 1;
    scroll-behavior: smooth;
    padding-right: 20px;
    transition: overflow-y 10s ease-in-out;
    overflow-y: hidden;
    font-size: 20px;
    font-weight: 600;
  }
  #artimg img:hover{
    scale: 1.4;
    transition: 1.4s ;
    filter: drop-shadow(0px 0px 1px rgb(94, 94, 94));
  }
}

#affiliate-description {
  font-size: 15px;
  padding: 2%;
  margin: auto;
  color: #18181b;
}

tr,
th,
td {
  border: 1px solid #2e2e2e;
  padding: 12px;
  text-align: left;
}
table {
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #2e2e2e;
  padding: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}

th {
  background-color: #1a0d7d;
  color: rgb(233, 233, 233);
  border-collapse: collapse;
}

table button {
  background-color: #1d4ed8;
  color: white;
  padding: 10px;
  border-radius: 4px;
  border: 1px;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
}

button:hover {
  transition: 0.29s;
  background-color: #1d4fd88e;
  scale: 1.03;
}

button {
  background-color: #1d4ed8;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  border: #1d4ed8 solid;
  box-shadow: #c1c1c1 0px 0px 2px;
  padding: 10px;
  transition: 1s all;
}

#kww,
#kwtow {
  border: 1px rgba(208, 208, 208, 0.395) solid;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
  font-size: 20px;
}

input {
  border-radius: 15px;
  border: 1px gray solid;
  color: rgba(255, 255, 255, 0.705);
  background-color: rgb(43, 42, 42);
}

#kww {
  word-wrap: break-word;
}

#posts li {
  padding: 10px;
  border-radius: 10px;
  margin: 30px;
  background-color: #20202050;
  border: #2d2d2d 1px solid;
  text-shadow: #0000ff 0 0 2px;
}

article {
  margin-left: 20px;
}

article p {
  text-shadow: rgb(165, 165, 165) 0 0 1px;
}

div:has(button) {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

#mainhe {
  align-items: center;
  background-color: #000000;
  color: rgb(199, 199, 199);
  height: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#mainhe h1 {
  font-weight: bold;
  background: linear-gradient(
    90deg,
    #d400ff,
    #0073ff,
    #0000ff,
    #f93f3f,
    #00ffff,
    #ff9d00,
    #ff0000
  );
  background-size: 1000% 100%;
  animation: gradient 10s ease-in-out infinite alternate;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  text-align: center;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

#mainse {
  background-color: #000000;
  color: rgb(199, 199, 199);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#posts {
  margin-top: 100px;
}

#searchBox {
  height: 40px;
  background-color: rgb(255, 232, 232);
  font-size: 17px;
  color: rgb(27, 27, 27);
  text-align: center;
  border-radius: 7px;
  margin-top: 20px;
}

#searchBox:focus {
  outline: none;
}

#searchResults {
  height: 200px;
  background-color: #000000;
  box-shadow: rgb(88, 88, 88) 0 0 5px;
  border-radius: 7px;
  overflow: hidden;
  margin: 10px;
}

#searchResults:hover {
  overflow-y: scroll;
}

summary {
  background-color: #131313;
  padding-inline: 10px;
  width: fit-content;
  margin: 10px;
  border-radius: 7px;
  border: #2a2a2a 1px solid;
  user-select: none;
}

details li {
  list-style: "– ";
  margin-left: 20px;
  color: #3d3d3d;
}

#sidebar:hover {
  overflow-y: scroll;
}

#affiliate-disclosure{
  font-size: 18px;
  border: 1px rgb(37, 37, 37) solid;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
}

#postimg img{
  width: 70%;
  height: 50%;
  align-items: center;
  filter: drop-shadow(0 0 1px rgb(92, 92, 92));
  border-radius: 7px;
}

#postimg{
  align-items: center;
  display: flex;
  justify-content: center;
}

#date{
font-size: 15px;
}

#artimg img{
  width: 90%;
  height: 90%;
  border-radius: 5px;
  transition: 1.4s;
}





figcaption{
  font-size: 16px;
  color: rgb(157, 157, 157);
}