#augment .header {
  color: #7a6ce0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 6px;
  background-color: white;
  border: 3px solid #7a6ce0;
  border-radius: 10px;
  position: absolute;
  letter-spacing: 2px;
}

#cardsheader {
  left: 380px;
  top: 65px;
}

#eqpheader {
  left: 1030px;
  top: 65px;
}

#itemsheader {
  left: 1030px;
  top: 355px;
}

#shopproceedbtn {
  width: 380px;
  height: 40px;
  font-size: 20px;
  position: absolute;
  bottom: 28px;
  left: 1050px;
}

.augmentContainer {
  flex-wrap: wrap;
  display: flex;
  background-image: url("/art/other/transp2.png");
  position: absolute;
  border: 4px solid #7868e6;
  border-radius: 10px;
  overflow: scroll;
  padding: 10px;
}

.augmentPrice {
  margin-left: 15px;
  color: #604fce;
}

#augmentCards {
  width: 600px;
  height: 550px;
  left: 400px;
  top: 120px;
}

#augmentEqp {
  width: 350px;
  height: 200px;
  left: 1050px;
  top: 120px;
  display: flex;
  flex-direction: row;
}

.augmentBtn{
  font-family: nasalization;
  color: #5d4ec7;
  /* background-color: #b8b5ff; */
  background-color: white;
  border: 4px solid #7868e6;
  border-radius: 10px;
  /* letter-spacing: 3px; */
  opacity: 0.9;
  margin: 5px;
  padding: 5px;
}

#augmentItems {
  width: 350px;
  height: 200px;
  left: 1050px;
  top: 410px;
}

.augmentContainer div {
  padding: 5px;
}

