:root{
    --background: #EBECF0;
    --table-background: #ffffff;
    --primary: #101824;
    --gray: #A0A7B1;
    --odd-row: #f6f9ff;
    --gray-background: #EDEEF1;
    --gray-mid: #F1F2F6;
}

body{
    margin:0px;
    padding:0px;
    width:100%;
    display:flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    background-color: var(--background);
}

.poketube-container{
    width:80%;
    height:fit-content;
    background-color:#fff;
    margin: 0px 10px;
    border: 2px solid var(--primary);
}

.backbutton{
    width:100%;
    height:8vh;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#333;
}

.title-bulbasaur{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}

.title-charmander{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}

.title-squirtle{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}

.title-caterpie{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}

.title-pidgey{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}

.title-normal{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color:#fff;
    
}


.title-bulbasaur h1{
    color:#9BD9B6;
    font-size:2.435rem
}

.title-bulbasaur h2{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-bulbasaur h3 {
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-bulbasaur h3 a{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-bulbasaur a{
    text-decoration: none;
    
}

.title-charmander h1{
    color:orange;
    font-size:2.435rem
}

.title-charmander h2{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-charmander h3 {
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-charmander h3 a{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-charmander a{
    text-decoration: none;
    
}

.title-squirtle h1{
    color:#90DDE7;
    font-size:2.435rem
}

.title-squirtle h2{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-squirtle h3 {
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-squirtle h3 a{
    color:#90DDE7;
    text-decoration: none;
    font-size:1rem;
}

.title-squirtle a{
    text-decoration: none;
    
}

.title-caterpie h1{
    color:#83901a;
    font-size:2.435rem
}

.title-caterpie h2{
    color:#83901a;
    text-decoration: none;
    font-size:1rem;
}

.title-caterpie h3 {
    color:#83901a;
    text-decoration: none;
    font-size:1rem;
}

.title-caterpie h3 a{
    color:#83901a;
    text-decoration: none;
    font-size:1rem;
}

.title-caterpie a{
    text-decoration: none;
    
}

.title-pidgey h1{
    color:#89f;
    font-size:2.435rem
}

.title-pidgey h2{
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-pidgey h3 {
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-pidgey h3 a{
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-pidgey a{
    text-decoration: none;
    
}

.title-normal h1{
    color:grey;
    font-size:2.435rem
}

.title-normal h2{
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-normal h3 {
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-normal h3 a{
    color:#89f;
    text-decoration: none;
    font-size:1rem;
}

.title-normal a{
    text-decoration: none;
    
}


.menu-bulbasaur {
    width:100%;
    height:15vh;
    background-color:#9BD9B6;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-bulbasaur ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-bulbasaur ul li{
    list-style: none;
}

.menu-bulbasaur ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

.menu-charmander {
    width:100%;
    height:15vh;
    background-color:orange;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-charmander ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-charmander ul li{
    list-style: none;
}

.menu-charmander ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

.menu-squirtle {
    width:100%;
    height:15vh;
    background-color:lightblue;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-squirtle ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-squirtle ul li{
    list-style: none;
}

.menu-squirtle ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

.menu-caterpie {
    width:100%;
    height:15vh;
    background-color:#83901a;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-caterpie ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-caterpie ul li{
    list-style: none;
}

.menu-caterpie ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

.menu-pidgey {
    width:100%;
    height:15vh;
    background-color:#89f;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-pidgey ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-pidgey ul li{
    list-style: none;
}

.menu-pidgey ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

.menu-normal {
    width:100%;
    height:15vh;
    background-color:gray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-normal ul{
    padding:0px;
    margin:0px;
    height:15vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.menu-normal ul li{
    list-style: none;
}

.menu-normal ul li a{
    text-decoration: none;
    color:#000;
    font-weight:700;
    font-size: 1rem;
}

#bulbasaur-contents{
    width:100%;
    height:fit-content;
    background-color:#fff;
    padding: 1px 0px;
}

#bulbasaur-contents p {
    color:#000;
    columns: 200px 3;
    padding:25px;
}

.green-title{
    color:#9BD9B6;
    text-decoration: none;
}

.purple-title{
    color:#88447a;
    text-decoration: none;
}

.orange-title{
    color:orange;
    text-decoration: none;
}

.blue-title{
    color:#90DDE7;
}

.fly-title{
    color:#89f;
}

.normal-title{
    color:#333;
}

.bug-title{
    color:#83901a;
}

#bulbasaur-contents p a{
    text-decoration: none;
}

#bulbasaur-info{
    width:100%;
    height:80vh;
    background-color:#fff;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.bulba-pic{
    width:33%;
}

.bulba-pic img{
    width:100%;
}

.bulba-data{
    width:33%;
}

.charmander-data{
    width:33%;
}

.bulba-data h2{
    font-size:2em;
    text-align:center;
    color:#9BD9B6;
}

.charmander-data h2{
    font-size:2em;
    text-align:center;
    color:orange;
}

.squirtle-data h2{
    font-size:2em;
    text-align:center;
    color:lightblue;
}

.caterpie-data h2{
    font-size:2em;
    text-align:center;
    color:#83901a;
}

.pidgey-data h2{
    font-size:2em;
    text-align:center;
    color:#89f;
}

.normal-data h2{
    font-size:2em;
    text-align:center;
    color:grey;
}

.bulba-data table {
    border-collapse: collapse;
    width: 100%;
  }
  
 .bulba-data td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

.bulba-training{
    width:33%;
}

.charmander-training{
    width:33%;
}

.charmander-training h2{
    font-size:2em;
    text-align:center;
    color:orange;
}

.squirtle-training h2{
    font-size:2em;
    text-align:center;
    color:lightblue;
}

.caterpie-training h2{
    font-size:2em;
    text-align:center;
    color:#83901a;
}

.pidgey-training h2{
    font-size:2em;
    text-align:center;
    color:#89f;
}

.normal-training h2{
    font-size:2em;
    text-align:center;
    color:grey;
}


.bulba-training h2{
    font-size:2em;
    text-align:center;
    color:#9BD9B6;
}

.bulba-training table{
    border-collapse: collapse;
    width: 100%
}

.bulba-training td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

#evolution{
    width:100%;
    height:fit-content;
    background-color:#fff;
    text-align:center;
    border-top: 2px solid #000;
    padding: 20px 0px;
}

#evolution h2{
    padding:0px;
    margin:0px;
}

.evolution-line{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.evolution-line img{
    width:20%;
}

.evolution-line .icon-arrow {
    display: block;
    font: normal 2.5rem / 1 "Arial Unicode MS", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}

.evolution-line .icon-arrow-e::before {
    content: "→︎";

}

.evolution-line .infocard{
    width:165px;
}

.table-widget{
    border-radius: 0px;
    width:50%;
    background-color: var(--table-background);
    padding: 24px;
    border: 2px solid #000;
    box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align:center;
    overflow-x: auto;
}

.table-widget a{
    text-decoration: none;
    color:#594B71;

}

.table-widget table{
    width:100%;
    border-collapse: collapse;
}

.table-widget caption{
    font-size: 1.12rem;
    font-weight: 700;
    text-align:center;
    margin: 8px 0px;
    color:#594B71;
}

.table-widget th{
    padding: 20px 16px;
    font-size: 0.875rem;
    color: #8D85B7;
    border:2px solid #8D85B7;
    
}

.table-widget th img{
    width:60%;
}

.table-widget .imgtype img{
    width:100%;
}

#caption-moveset {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-top: 2px solid #000;
    margin-top: 10px;
}

#caption-moveset h2{
    font-size:2rem;
    color:#594B71;
}

.color-blue{
    color:lightblue;
}




.table-widget thead{
    border-top: 2px solid var(--gray-background)
}

.table-widget tfoot{
    margin-top: 16px;
    border-top: 2px solid var(--gray-background)
}

.table-widget td {
    padding: 8px 16px;
    vertical-align: middle;
}

.table-widget tbody tr{
    cursor: pointer;
}

.table-widget tbody tr:nth-child(odd) {
    background-color: var(--odd-row);
}

.table-widget tbody tr:hover {
    background-color: #e2ecff;
}

.table-row-count{
    font-size: 0.8rem;
    font-weight: 700;
    background-color: var(--gray-mid);
    padding: 8px;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
    border-radius: 8px;
}

.movesset{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.gennavbar{
    width:100%;
    height:10vh;
    background-color: #9BD9B6;
}
.gennavbar ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbar ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbar ul li a {
    text-decoration: none;
    color:#000;
}

.gennavbarchar{
    width:100%;
    height:10vh;
    background-color: orange;
}

.gennavbarchar ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbarchar ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbarchar ul li a {
    text-decoration: none;
    color:#000;
}

.gennavbarsqu{
    width:100%;
    height:10vh;
    background-color: lightblue;
}

.gennavbarsqu ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbarsqu ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbarsqu ul li a {
    text-decoration: none;
    color:#000;
}

.gennavbarcaterpie{
    width:100%;
    height:10vh;
    background-color: #83901a;
}

.gennavbarcaterpie ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbarcaterpie ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbarcaterpie ul li a {
    text-decoration: none;
    color:#000;
}

.gennavbarpidgey{
    width:100%;
    height:10vh;
    background-color: #89f;
}

.gennavbarpidgey ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbarpidgey ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbarpidgey ul li a {
    text-decoration: none;
    color:#000;
}

.gennavbarnormal{
    width:100%;
    height:10vh;
    background-color: grey;
}

.gennavbarnormal ul {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.gennavbarnormal ul li {
    list-style: none;
    font-weight: 700;
}

.gennavbarnormal ul li a {
    text-decoration: none;
    color:#000;
}


/* CSS */
.button-29 {
    align-items: center;
    appearance: none;
    background-color:#9BD9B6;
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 35px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  .button-29:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  }
  
  .button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
  }




