
#card {
    border:1px solid #E0E4CC;
    border-radius:5px;
    margin-top:1em;
    padding:1em;
    text-align: center;
    background: linear-gradient(135deg, #1244666e 0%, #ab390f78 100%);
    margin-left: 20px;
    width: 100%;
    border: 6px rgb(161, 66, 66) solid;
    height: 30em;
    max-height: 600px;
  }

#card
.cartbtn {
  width:auto;
  margin-right:0;
  margin-left:auto;
  display:flex;
  justify-content:flex-end;
  padding:1em 0;
}
#tab2,#tab{
    border-spacing: 50px 1rem;
    
}
#tab2{
  margin-right: 0;
  justify-content:flex-end;
  display:flex;
}
#btn {
    padding: 5px;
    margin: 10px;
    color: #fff;
    background-color: #bf6300a5;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: 0.7s ease;
}
#btn:hover {
    transform: scale(1.5);
}