: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:100%;
    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: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.headtitlered {
    width: 100%;
    height: fit-content;
    Background-color: #8D85B7;
    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:#FCFFE0;
    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-gen0{
    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-gen0 a{
    text-decoration: none;
    text-align:center;
}

.games-gen0 img{
    width:20%;
    margin-left:50px;
    margin-right:50px;
}

p {
    width: 50%;
    color: #594B71;
    font-size: 1rem;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .games-gen0{
        width:100%;
        Background-color:#8EACCD;
        height:fit-content;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid #000;
        border-top:0px;
        padding: 10px 0px 10px 0px;
    }

    .games-gen0 img{
        width:40%;
        margin:0px;
    }

    p {
        width: 80%;
        color: #594B71;
        font-size: 1rem;
        font-weight: 700;
    }
    
 

    
    
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px){
    .games-gen0{
        width:100%;
        Background-color:#CA8787;
        height:fit-content;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 2px solid #000;
        border-top:0px;
        padding: 10px 0px 10px 0px;
    }

    .games-gen0 img{
        width:40%;
    }

    p {
        width: 100%;
        color: #594B71;
        font-size: 1rem;
        font-weight: 700;
    }
    

   

    

  }


