@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

body {
    background-image: url(bg_tile.png)
}

.navbar ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    width: fit-content;
    margin: 50px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    color: #8188a6;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
}


ul li a {
    display: block;
    color: #8188a6;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    padding: 0 40px 0 40px;
}

.page {
    height: fit-content;
    width: fit-content; 
    padding: 75px 100px 75px 100px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}   

h1 {
    text-align: center;
    width: fit-content;
    padding: 20px;
    border-radius: 50px;
    margin: 0 auto;
    color: #0013d1;
    background-color: #cfd8dd;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
}

.pokeball-divider {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    width: 300px;
}

.intro-blurb {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #8188a6;
}

.site-purpose {
    width: fit-content;
    text-align: center;
    margin: 30px auto;
    padding: 20px 0 0 0;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #8188a6;
}

.pkmn-drawing {
    display: flex;
    justify-content: center;
    width: 800px;
    margin: 0 auto;
}

.credit {
    width: fit-content;
    text-align: center;
    margin: 10px auto;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #8188a6
}

.rarity {
    width: fit-content;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.rare-symb {
    width: 75px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    display: inline-block;
}

.card-row {
    display: flex;
    justify-content: center;
    margin: 70px auto;
    width: fit-content;
    height: fit-content;
}

.card {
    height: 400px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    display: inline-block;
}

.ending {
    width: fit-content;
    text-align: center;
    margin: 20px auto;
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #8188a6;
}

.end-img {
    width: 520px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}