body {
  background-color: black;
  background-size: cover;
  margin-top: 220px;
  color: #dbdbdb;
  font-family: 'Afacad', sans-serif;
  text-shadow: 0px 0px 2px #000000;
}

.background {
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;

  background-size: cover;
  background-repeat: no-repeat;
}

hr {
  color: #dbdbdb;
  margin: 2px;
  padding: 0;
}

h2 {
  font-weight: 600;
}

p {
  font-size: 1.2em;
}

.class-container {
  background-color: rgba(233, 233, 233, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition-duration: .145s;
  padding: 6px;
  border-radius: 2px;

  align-items: center;
  display: flex;
  justify-content: center;
  height: 240px;
}

.class-container:hover {
  border: 2px solid white;
}

.class-container img {
  width: 160px;
}

.spacing {
  padding: 4px;
}

.spacing p:first-of-type {
  font-weight: 400;
  font-style: italic;
}

.account {
  background-color: rgba(17, 17, 17, 0.7);
  border-radius: .2em;
  padding: 1em;
}

.account label {
  padding: 4px;
  font-size: 1.4em;
}

.account button {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  width: 30%;
  font-size: 1.2em;
  padding: 1px;
}

.account span {
  float: right !important;
  margin-top: 1.9em;
}

.smol {
  font-size: 12px;
  color: #afafaf;
}

.tippy-box {
  min-width: 240px;
  border: .2px solid #31353D;
  border-radius: 0;
  background-color: rgba(28, 31, 36, 0.99);

  /*
  border-image-slice:
      31 33 27 27;
  border-image-width:
      14px 14px 14px 14px;
  border-image-outset:
      7px 7px 7px 7px;
  border-image-repeat:
      stretch stretch;
  border-image-source: url('assets/border.png')
  */
}

.smolish {
  font-size: 14px;
  color: #dbdbdb;
}

.tippy-box p {
  padding: 2px;
  text-align: center;
  margin: 0;
}

#talent-info {
  text-align: center;
}

#talent-info button {
  background-color: unset;
  border: 0;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  transition-duration: .3s;
  margin-left: 14px;
}

#talent-info button:hover {
  filter: drop-shadow(0px 0px 4px #bbbbbb);
}

#talent-info img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition-duration: .3s;
}

#talent-info img:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}

.talentName {
  font-size: 24px;
  font-weight: bold;
  text-align: center !important;
}
.skilldamage {
  color: #ff5b7b;
  font-weight: bold;
}