body {
  background: url('/bgpics/bubbles.gif'), linear-gradient(rgba(182, 44, 101, 0.4), rgba(247, 185, 66, 0.5)), url('/bgpics/bluetile.jpg');
}
.generic {
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  background: rgb(113, 28, 87, 0.5);
  border-radius: 3px;
}
.mothstamps {
  display: flex;
  flex-direction: column;
  width: 80px;
  background: lightblue;
  border:1px solid white;
  border-radius: 3px;
}
 .tabs {display: flex; gap: 6px; padding: 10px 12px 0; justify-content: center;}
 .tabs:hover {cursor: url('https://cdn.cursors-4u.net/previews/perfect-world-online-sword-7dc79c80-32.webp') 34 32, auto;}
 
 .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background: linear-gradient(180deg, #e8e0f5 0%, #dcd4ee 50%, #d0d8ea 51%);*/
  background: linear-gradient(180deg, #e0eff5 0%, #f9f8ff 50%, #fce4ee 61%);
  border: 1px solid rgba(160,140,200,0.5); /*border-bottom: none;*/
  border-radius: 8px /*8px 0 0*/;
  padding: 6px 16px; font-size: 16px; color: #7a6aa5;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  font-family: "Pixelify Sans", serif;
 }
 .tab:hover {
  background: linear-gradient(180deg, #e0eff5 0%, #FFFFFF 50%, #FFFAFC 61%);
  color: #cfa2d6 !important;
 }