@media (max-width: 735px) {
  .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }

  .content_left {
    width: calc(100% - 400px);
    height: 100%;
    display: none;
  }

  .pokePics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .content_right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-grow: 1;
    position: sticky;
    top: 0;
  }

  .my-card-right {
    height: -webkit-fill-available;
  }
}

@media (max-width: 482px) {
  .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .content_left {
    width: 100%;
    height: 100%;
    display: none;
  }

  .pokePics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .content_right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-grow: 1;
    position: sticky;
    top: 0;
  }

  .loadingSection {
    .loadGen {
      scale: 0.8;
      margin-left: 2px;
    }
  }
}

@media (max-width: 426px) {
  .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .content_left {
    width: 100%;
    height: 100%;
    display: none;
  }

  .pokePics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .content_right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-grow: 1;
    position: sticky;
    top: 0;
  }

  .my-card-right {
    width: 100%;

    img {
      width: 90%;
    }
  }

  .my-card-info {
    scale: 0.9;
  }
}

@media (max-width: 420px) {
  .my-card {
    width: 80%;

    img {
      width: 60%;
      margin-bottom: 3px;
    }

    .type_style {
      display: none;
      font-size: 14px;
      padding: 4;
    }
  }

  .my-card-right {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: solid 3px white;
    box-shadow: 0px 0px 6px 0px black;
    background-color: antiquewhite;
    padding: 0;
    height: -webkit-fill-available;

    .type_style {
      font-size: 14px;
      margin: 0;
    }

    h2 {
      margin: 0;
    }

    img {
      border-top: solid 3px white;
      width: 70%;
    }
  }

  .pokePics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.content_right {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-grow: 1;
  position: sticky;
  top: 0;
}

.numberAndCross {
  width: 90%;
  display: flex;
  align-items: center;
}

.my-card-body {
  scale: 0.8;
}

.my-card-info {
  scale: 0.8;
}

.morePkmInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin: auto;
  padding: 20px;
}

@media (max-width: 370px) {
  .my-card-right {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: solid 3px white;
    box-shadow: 0px 0px 6px 0px black;
    background-color: antiquewhite;
    padding: 0;
    height: -webkit-fill-available;

    .numberAndCross {
      width: 70%;
    }

    .type_style {
      font-size: 14px;
      margin: 0;
    }

    h2 {
      margin: 0;
    }

    img {
      border-top: solid 3px white;
      width: 50%;
    }
  }
}

@media (max-width: 350px) {
  .height-weight {
    flex-direction: column;
  }

  .my-card-right {
    width: webkit-fill-available;
  }

  header {
    font-size: 20px;
  }

  .goodBye {
    display: none;
  }
}
