: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: 80%;
    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;
}

.indigo-league{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.indigo-league h2{
    font-size:2rem;
    color:#594B71;
}

.indigo-league a{
    text-decoration: none;
    text-align:center;
}

.indigo-league img{
    width:30%;
    margin-left:10px;
}

.johto-league{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.johto-league h2{
    font-size:2rem;
    color:#594B71;
}

.johto-league a{
    text-decoration: none;
    text-align:center;
}

.johto-league img{
    width:30%;
    margin-left:10px;
}

.hoenn-league{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.hoenn-league h2{
    font-size:2rem;
    color:#594B71;
}

.hoenn-league a{
    text-decoration: none;
    text-align:center;
}

.hoenn-league img{
    width:30%;
    margin-left:10px;
}

.sinnoh-league{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.sinnoh-league h2{
    font-size:2rem;
    color:#594B71;
}

.sinnoh-league a{
    text-decoration: none;
    text-align:center;
}

.sinnoh-league img{
    width:30%;
    margin-left:10px;
}

.unova-league{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.unova-league h2{
    font-size:2rem;
    color:#594B71;
}

.unova-league a{
    text-decoration: none;
    text-align:center;
}

.unova-league img{
    width:30%;
    margin-left:10px;
}

.kalos-league{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.kalos-league h2{
    font-size:2rem;
    color:#594B71;
}

.kalos-league a{
    text-decoration: none;
    text-align:center;
}

.kalos-league img{
    width:30%;
    margin-left:10px;
}

.alola-league{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.alola-league h2{
    font-size:2rem;
    color:#594B71;
}

.alola-league a{
    text-decoration: none;
    text-align:center;
}

.alola-league img{
    width:30%;
    margin-left:10px;
}

.galar-league{
    width:100%;
    Background-color:#8294C4;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.galar-league h2{
    font-size:2rem;
    color:#594B71;
}

.galar-league a{
    text-decoration: none;
    text-align:center;
}

.galar-league img{
    width:30%;
    margin-left:10px;
}

.paldea-league{
    width:100%;
    Background-color:#8EACCD;
    height:fit-content;
    display:flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #000;
}

.paldea-league h2{
    font-size:2rem;
    color:#594B71;
}

.paldea-league a{
    text-decoration: none;
    text-align:center;
}

.paldea-league img{
    width:30%;
    margin-left:10px;
}
