@media (max-width: 1800px) {
    .header {
        padding: 0px 190px;
    }

    .pokemonCard {
        width: 60vw;
    }

    .psyduck {
        height: 450px;
        right: 360px;
    }

}

@media (max-width: 1200px) {
    .header {
        padding: 0px 70px;
    }

    .psyduck {
        height: 440px;
        right: 230px;
    }

    .cardIdNumber {
        text-align: center;
        font-size: 295px;
    }

    .cardInformation {
        padding: 0;
        margin-top: 0;
    }

    .cardImage {
        width: 275px;
        height: 290px;
    }

    .aboutSection {
        padding: 0px 15px;
    }

    .cardName {
        justify-content: flex-start;
    }

    .bodyInformation {
        justify-content: space-between;
    }

    .pokemonCard {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .header {
        padding-top: 16px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .searchContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }

    .cardIdNumber {
        text-align: center;
        font-size: 240px;
        height: 240px;
    }

    .cardImage {
        width: 235px;
        height: 250px;
    }

    .cardImagePosition {
        margin-top: -100px;
    }

    .cardName {
        font-size: 45px;
    }

    .aboutSection {
        padding: 0px 15px;
    }

    .cardName {
        justify-content: flex-start;
    }

    .bodyInformation {
        justify-content: space-between;
    }

    .psyduck {
        display: none;
    }
}

@media (max-width: 820px) {
    .cardIdNumber {
        text-align: center;
        font-size: 230px;

    }

    .cardName {
        font-size: 40px;
    }

    .cardImage {
        width: 190px;
        height: 230px;
    }

    .aboutSection {
        padding: 0;
    }

    .chartContainer {
        height: 300px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pokemonCard {
        width: 70%;
    }

    .previousContainer {
        position: absolute;
        left: 10%;
    }

    .nextContainer {
        position: absolute;
        right: 10%;
    }
}

@media (max-width: 620px) {
    .cardInformation {
        display: flex;
        flex-direction: column-reverse;
    }

    .cardIdNumber {
        text-align: center;
        font-size: 170px;
    }

    .cardInformation .cardImagePosition {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cardImage {
        width: 200px;
        height: 200px;
    }

    .chartContainer {
        height: 300px;
        display: flex;
        justify-content: center;
        width: 130%;
        margin-left: -65px;
    }

    .previousContainer {
        position: absolute;
        left: 5%;
    }

    .nextContainer {
        position: absolute;
        right: 5%;
    }
}

@media (max-width: 480px) {
    .header {
        height: 270px;
    }
}

@media (max-width: 400px) {
    .cardIdNumber {
        text-align: center;
        font-size: 130px;

    }

    .cardImage {
        width: 150px;
        height: 150px;
    }

    .cardName {
        font-size: 35px;
    }

    .bodyInformation div {
        font-size: 20px;
    }

    .chartContainer {
        height: 260px;
        display: flex;
        justify-content: center;
        width: 130%;
        margin-left: -50px;
    }

    .previousContainer {
        position: absolute;
        left: 4px;
    }

    .nextContainer {
        position: absolute;
        right: 4px;
    }
}

@media (max-width: 322px) {
    .pokemonImage {
        width: 145px;
        height: 165px;
    }

    .pokemonImageContainer {
        padding-right: 10px;
    }

    .cardIdNumber {
        text-align: center;
        font-size: 130px;

    }

    .cardImage {
        width: 150px;
        height: 150px;
    }

    .cardName {
        font-size: 35px;
    }

    .bodyInformation div {
        font-size: 20px;
    }

    .chartContainer {
        height: 240px;
        display: flex;
        justify-content: center;
        width: 130%;
        margin-left: -40px;
    }

    .previousContainer {
        position: absolute;
        left: 4px;
    }

    .nextContainer {
        position: absolute;
        right: 4px;
    }
}