@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Oxanium:wght@200..800&family=Special+Elite&display=swap');

body {
  background-image: url('asset_photos/background_tile_5.png');
  background-attachment: fixed;
  background-size: auto;
  background-position: center;
  
  background-color: #222430;
  font-family: Kode Mono;
  
  display: flex;
  justify-content: center;
  
  cursor: url("asset_photos/auto_cursor.gif"), auto;
}

canvas {
 background-color: pink; 
 width: 90%;
 height: 40%;
}

button {
 font-family: inherit;
 box-shadow: none;
 outline: none;
 all: unset;
}

p {
 font-size: 13px; 
 margin-top: 10px;
 margin-bottom: 10px;
}

h1, h2, h3, h4 {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-side{
  border: 4px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  background-color: black;
  color: #9e2ef4;
  padding: 10px;
  width: 20%;
  height: 95%;
  
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  line-height: 100%;
}

.right-side{
  border: 4px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  background-color: black;
  color: #9e2ef4;
  padding: 10px;
  width: 20%;
  height: 95%;
  
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 100%;
}

.main, .main2{
  border: 4px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  
  background-color: black;
  color: #9e2ef4;
  padding: 10px;
  width: 40%;
  min-height: 83vh;
  
  margin: 0 auto;
  margin-top: 30px;
  
  text-align: center;
  line-height: 120%;
  
}

.main2{
  margin-right: 80px;
}

@media (max-width: 700px){
  .main{
   width: 20vh; 
   
   margin-left: 2px;
   margin-right: 2px;
  }
  
  .main2{
   width: 40vh; 
   
   margin-left: 130px;
   margin-right: 2px;
  }
}



.small_box{
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  
  width: 80%;
  height: 150px;
  overflow: auto;
  
  background-color: black;
  padding: 10px;
}

.poke_box, .poke_box_2{
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  
  width: 25%;
  height: 150px;
  
  background-color: black;
  padding: 5px;
  float: left;
  margin: 0px 5px 0px;
}

.poke_box p, .poke_box h4, .poke_box h2, .poke_box h3{
  margin: 0px;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #67b4ff 0%, #335ed2 100%);
}

.poke_box p, .poke_box_2 p{
 font-size: 12px; 
}

.poke_box a{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e466ff 0%, #c232d1 100%);
}

.poke_box_2 p, .poke_box_2 h4, .poke_box_2 h2, .poke_box_2 h3{
  margin: 0px;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fffa68 0%, #dc9a28 100%);
}

.poke_box_2 a{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffbbe3 0%, #e0158b 100%);
}


.custom_button {
  background: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%); 
  color: black;
  
  text-decoration: none;
  
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom_button:hover {
  background: black;
  color: #9e2ef4;
  
  text-decoration: none;
}

.custom_button_selected{
  background: black;
  color: #9e2ef4;
  
  text-decoration: none;
  
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.poke_button{
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  
  text-decoration: none;
  
  padding: 8px;
  margin: 0px 0px 0px 0px; 
  width: 90%; 
  height: 90px;
}

.poke_button:hover{
  text-decoration: none;
  cursor: url("asset_photos/pointer_cursor.gif"), pointer;
}

.pk_bg_1{
 background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('asset_photos/pokeblog/star_sapphire.png'); 
 background-size: 100% 100%; 
}
.pk_bg_1:hover, .pk_bg_1.active{
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('asset_photos/pokeblog/star_sapphire.png');
  background-size: 100% 100%; 
  color: white;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black; 
  paint-order: stroke fill;
}
.pk_bg_2{
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('asset_photos/pokeblog/supernova_sun_2.png'); 
  background-size: 100% 100%;
}
.pk_bg_2:hover, .pk_bg_2.active{
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('asset_photos/pokeblog/supernova_sun_2.png'); 
  background-size: 100% 100%;
  color: white;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: black; 
  paint-order: stroke fill;
}

a {
 color: #187E9E;
 text-decoration: none;
}

a:hover {
 color: #15b7d4; 
 cursor: url("asset_photos/pointer_cursor.gif"), pointer;
 text-decoration: none;
}

hr {
  border: 3px dashed #187E9E;
}

.divider {
  width: auto;
  height: 5px;
  
  background: repeating-linear-gradient(
  45deg,
  #187E9E,
  #187E9E 5px,
  #222430 5px,
  #222430 10px
);

  margin-top: 5px;
  margin-bottom: 5px;
}

.banner {
 max-width: 95%;
 max-height: 150px;
 
 margin: 0 auto;
 
 background: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%); 
}

.banner img{
 object-fit: contain;
 height: 100%;
}

.banner_image{
  max-width: 95%;
  max-height: 150px;
  margin: 0 auto;
  
  border: 3px solid;
  border-color: transparent;
  border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
}

.gradient_text{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
}






/* everybody say thank you w3 schools */
/* Style the tab */
.tab {
  overflow: hidden;
  
  border: 2px solid;
  border-color: transparent;
  border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  
  background-color: black;
}

/* Style the buttons inside the tab */
.tab button {
  background: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  color: black;
  
  float: left;
  border: none;
  outline: none;
  cursor: url("asset_photos/pointer_cursor.gif"), pointer;
  padding: 14px 16px;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: black;
  color: #9e2ef4;
}

/* Create an active/current tablink class */
.tab button.active {
  background: black;
  color: #9e2ef4;
}

/* Style the tab content */
.tabcontent {
  display: none;
  
}


.contentcontent{
  padding: 6px 12px;
  border: 2px solid;
  border-color: transparent;
  border-image: linear-gradient(to right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
  border-top: none;
  
  min-height: 60vh;

}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
}
  
  
  
  
  
  
  
  
  
  
  
  