.BYTB {
  text-align: center;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  margin: 30px auto;
  padding: 20px;
  background-color: rgb(42, 42, 42);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#TBLine1,
#TBLine2,
#TBLine3 {
  display: grid;
}

h2 {
  font-size: 48px;
}
#t1 {
  color: rgb(116, 116, 0);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#t2 {
  color: rgb(148, 148, 212);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#t3 {
  color: rgb(197, 185, 139);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#t4 {
  color: rgb(205, 93, 80);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#t5 {
  color: rgb(211, 155, 18);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#t6 {
  color: rgb(183, 102, 211);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
#FairyBreath,
#WildStar,
#AbandonedGlassBottle,
#PinkLeaves,
#UnknownCatalyst,
#WitchDelicacy {
  color: #ffffff;
}

#FairyBreathTB,
#WildStarTB,
#AbandonedGlassBottleTB,
#PinkLeavesTB,
#UnknownCatalystTB,
#WitchDelicacyTB {
  width: 100%;
  min-width: 600px;
  align-items: center;
}

table {
  border-collapse: collapse;
}
th {
  background-color: black;
  font-size: 32px;
  height: 30px;
  color:rgb(152, 245, 106);
}
td {
  background-color: rgb(18, 18, 18);
  font-size: 24px;
  height: 25px;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 960px) {
  .BYTB {
    text-align: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    margin: 30px auto;
    padding: 20px;
    background-color: rgb(42, 42, 42);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .BYTB {
    text-align: center;
    align-items: center;
    width: 85%;
    max-width: 1280px;
    margin: 30px auto;
    padding: 20px;
    background-color: rgb(42, 42, 42);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  #FairyBreathTB,
  #WildStarTB,
  #AbandonedGlassBottleTB,
  #PinkLeavesTB,
  #UnknownCatalystTB,
  #WitchDelicacyTB {
    width: 100%;
    min-width: 275px;
    align-items: center;
  }
  th {
    font-size: 16px;
  }
  td {
    font-size: 14px;
  }
}
