.character {
  display: flex;
  height: 300px;
}

.character button {
  width: 100px;
  margin: 10px 10px 10px 10px;
  border: 0;
  font-size: 16px;
  font-family: "Readex Pro";
}

@media only screen and (max-width: 1000px) {
  .character {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .col.character-description {
    width: 50%;
  }
}

.links {
  z-index: 1;
}
