@media (max-width: 900px) {
  .profile-classes-card {
    width: 80px;
    font-size: 13px;
  }
  .profile-classes-card-img {
  width: 100%;
  height: 100px;
  border: 1px var(--black) solid;
  }
  nav {
    justify-content: space-around;
  }
  .header-menu {
    margin: 0 10px;
  }
  .setting h3 {
    text-align: center;
  }
  .fight {
    justify-content: start;
    padding: 0 10px;
  }
  .fight-log, #fight-menu {
    width: 50%;
    height: 45%;
    flex-grow: 2;
  }
}

@media (max-width: 700px) {
  nav {
    width: 100%;
  }
  .profile {
    flex-direction: column;
    align-items: center;
  }
  .profile-box {
    width: 100%;
  }
  .profile-classes-card {
    width: 100px;
    font-size: 15px;
    border: 1px var(--black) solid;
    padding: 9px 0;
  }
  .profile-classes-card-img {
  display: none;
  }
}
@media (max-width: 601px) {
  .fight {
    width: 100vw;
    left: 0;
    top: 100px;
    border: none;
    justify-content: space-around;
    padding: 0;
  }
  .fight-div {
    order: 1;
    width: 160px;
  }
  .menu-div {
    margin: 3px 0;
  }
  #fight-menu {
    order: 2;
    font-size: 18px;
  }
  .fight-log {
    order: 3;
    height: 20%;
    width: 95%;
  }
  .fight-div h3 {
    font-size: 22px;
  }
  .fight-hp-bar {
    width: 150px;
  }
  .fight-img-enemy, .fight-img {
    width: 154px;
    height: 194px;
  }
  .over-left {
    left: -200vw;
  }
  .screen {
    font-size: 7em;
  }
}