@media (max-width: 750px) {
  .pokeDex_logo {
    display: none;
  }
}

@media (max-width: 420px) {
  .stat-bar {
    display: none;
  }

  .types img {
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .first_card_half {
    padding: 1rem;
  }

  .about-value {
    font-weight: bold;
    font-size: 12px;
  }

  .stat-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
  }
}
