
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

header, footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
}

.hidden {
    display: none;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}


#shop {
  display: flex;
  flex-direction: column;
  background-color: #111;
  height: auto;
  padding-bottom: 15px;
  
}
a {
  text-decoration: 1;
  color: white;
}
.shop-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
}
.section-name {
 background: black;
  font-size: 2.5rem;
  border:4px solid grey;
   padding: 1rem;
    margin: 1rem;
}

.shop-items {
  display: flex;
  text-align: center;
  flex-wrap: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.shop-item {
  border-radius: 20%;
 }

.shop-item:hover {
  opacity: 0.10;
}
.item-badge {
  display: darkgrey;
}
.item-price {


font-size:43 ;
color: white;
}

.rarity-rare {
background-color:#007FFF;
}
.rarity-epic {
  background-color: #4B0082;
}
.rarity-icon_series {
  background-color: #48D1CC;
}
.rarity-uncommon {
  background-color: #66FF00;

 } 

.rarity-legendary {
  background-color: #FFC72C;

 } 
  .rarity-slurp {
  background-color: #7FFFD4;
 }

 .rarity-MCLAREN {
  background-color: yellow;
   }
   
   .item-badge {
  display: none;
}





.timer-container {
  display: flex;
  width:100%;
  justify-content: center;
  background-color: #333;
  font-size: 2rem;
}