.flex-container {
    display: flex;
    flex-direction: row;
}

.specialbutton {
    background-color: rgb(228, 228, 228);
    border: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 10px;
    cursor: pointer;
    color: black;
  }

  .specialbutton2 {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 10px;
    text-align:left;
  }

  

.legendaryborder {
    border: rgb(255, 202, 132);
    border-style:solid;
    border-radius:5px;
    background-image:linear-gradient(rgb(250, 188, 90), rgb(250, 133, 37))
}

.epicborder {
    border: rgb(194, 141, 238);
    border-style:solid;
    border-radius:5px;
    background-image:linear-gradient(rgb(185, 131, 246), rgb(101, 4, 156));
}

.rareborder {
    border: rgb(141, 191, 238);
    border-style:solid;
    border-radius:5px;
    background-image:linear-gradient(rgb(123, 162, 245), rgb(26, 99, 168));
}

.uncommonborder {
    border: rgb(141, 238, 149);
    border-style:solid;
    border-radius:5px;
    background-image:linear-gradient(rgb(57, 250, 89), rgb(0, 170, 0));
}



.tierbox1 {
    margin-left:10px;
    margin-right:10px;
    margin-bottom:5px;
}

.tierbox2 {
    margin-left:10px;
    margin-right:10px;
    margin-bottom:5px;
}

