.cart-quantity {
    color: white;
    padding: .4em .3em;
    position: absolute;
    margin: .8em 7.5em 0 0;
    left: 27%;
    bottom: 34%;
    color: red;
    border-radius: 15px;
    font-weight: bolder;
    
  }
 
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .cart-btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 90%;


  }
  
  #cart {
    position: relative;
    font-size: 1.8rem;
    cursor: pointer;
    margin: 1em 1.5em 0 0;
  }  
  