:root{
    --background: #EBECF0;
    --table-background: #ffffff;
    --primary: #101824;
    --gray: #A0A7B1;
    --odd-row: #f6f9ff;
    --gray-background: #EDEEF1;
    --gray-mid: #F1F2F6;
}

body{
    padding: 0px;
    margin: 0px;
    background-color: #8D85B7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-bar {
    width: 100%;
    height: 10vh;
    background-color: #8EACCD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-bar-wtp{
    width:50%;
    height:10vh;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.main-bar-wtp h2{
    font-size:2rem;
    color:#594B71;
}

.main-bar-wtp img{
    width:10%;
}

.main-bar-wtp a{
text-decoration: none;
}

.under-menu{
    width:100%;
    height:7vh;
    display:flex;
    justify-content: center;
}

.under-menu-content{
    width:80%;
    height:7vh;
    background-color: #8EACCD;
    border: 2px solid #594B71;
}

.under-menu-content ul{
    width:100%;
    padding:0px;
    display:flex;
    justify-content: space-around;
}

.under-menu-content ul li{
    list-style: none;
}

.under-menu-content a{
    text-decoration: none;
    color:#594B71;
}

.pokedex-container {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.headtitlered {
    width: 100%;
    height: fit-content;
    Background-color: #8EACCD;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-bottom: 0px;
}

.headtitlered h2 {
    font-size: 2rem;
    color: #594B71;
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.headtitleyell {
    width: 100%;
    height: fit-content;
    Background-color:#8294C4;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-bottom: 0px;
}

.headtitleyell h2 {
    font-size: 2rem;
    color: #594B71;
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.games-gen1{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen1 a{
    text-decoration: none;
    text-align:center;
}

.games-gen1 img{
    width:80%;
}

.games-gen2{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen2 a{
    text-decoration: none;
    text-align:center;

}

.games-gen2 img{
    width:80%;
}

.games-gen3{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen3 a{
    text-decoration: none;
    text-align:center;
}

.games-gen3 img{
    width:80%;
}

.games-gen4{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen4 a{
    text-decoration: none;
    text-align:center;
}

.games-gen4 img{
    width:80%;
}

.games-gen5{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen5 a{
    text-decoration: none;
    text-align:center;
}

.games-gen5 img{
    width:80%;
}

.games-gen6{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen6 a{
    text-decoration: none;
    text-align:center;
}

.games-gen6 img{
    width:80%;
}

.games-gen7{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen7 a{
    text-decoration: none;
    text-align:center;
}

.games-gen7 img{
    width:80%;
}

.games-gen8{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen8 a{
    text-decoration: none;
    text-align:center;
}

.games-gen8 img{
    width:80%;
}

.games-gen9{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000;
    border-top:0px;
    padding: 10px 0px 10px 0px;
}

.games-gen9 a{
    text-decoration: none;
    text-align:center;
}

.games-gen9 img{
    width:80%;
}



@media only screen and (max-width: 600px) {

    .pokedex-container {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }















}
