.close-receipt-btn {
    position: absolute;
    top:90;
    right: 47.5vw;
    font-family:arizona;
    font-size:10vw;
    padding-bottom: -3vw;
}

@media screen and (max-width:800px) {
   .close-receipt-btn{
       font-size:8em;
       right:42vw;
   }
    }

.close-receipt-btn:hover {
    cursor: pointer;
    opacity: 1;
}

.scroll-container {
    height: 100vh;
    overflow-y: scroll;
}

.receipt-container {
    width: 100%;
    display: flex;
    background-image: url('../images/miellong.png');
    background-size:100vw;
    background-position: center;
}

.receipt-container-milk {
    width: 100%;
    display: flex;
    background-image: url('../images/laitlong.png');
    background-size:100vw;
    background-position: center;
}

.receipt-container-beef {
    width: 100%;
    display: flex;
    background-image: url('../images/beeflong.png');
    background-size:100vw;
    background-position: center;
}

.receipt-container-olive {
    width: 100%;
    display: flex;
    background-image: url('../images/huilolivelong.png');
    background-size:100vw;
    background-position: center;
}

.receipt-container-saffron {
    width: 100%;
    display: flex;
    background-image: url('../images/saffronlong.png');
    background-size:100vw;
    background-position: center;
}

/* .receipt-container-beef {
    width: 100%;
    display: flex;
    background-image: url('../images/laitlong.png');
    background-size:100vw;
    background-position: center;
}


.receipt-container-off {
    width: 100%;
    display: flex;
    background-image: url('../images/laitlong.png');
    background-size:100vw;
    background-position: center;
    top:100;
} */

@media screen and (max-width:800px) {
  .rectangle{
      background-size:100vw;
      flex:none;
  }
    }

.left-column {
    flex: 1;
    height: 100%;
}

.right-column {
    flex: 1;
    height: 100%;
}

.rectangle{
    flex: 2;    
}

@media screen and (max-width:800px) {
    .left-column{
        flex:none;
    }
      }

@media screen and (max-width:800px) {
.right-column{
    flex:none;
}
    }


/* receipt classes */
.heading{
    font-family: arizona;
    text-align: center;
    font-size: 8vw;
    position:sticky;
    top: 0;
    z-index:0;
}

.heading-saffron{
    font-family: arizona;
    text-align: center;
    font-size: 8vw;
    position:sticky;
    top: 0;
    z-index:0;
}

.heading-milk{
    font-family: arizona;
    text-align: center;
    font-size: 8vw;
    position:sticky;
    top: 0;
    z-index:0;
}


.heading-olive{
    font-family: arizona;
    text-align: center;
    font-size: 8vw;
    position:sticky;
    top: 0;
    z-index:0;
}

@media screen and (max-width:800px) {
    .heading{
        font-size:8em;
    }
      }


@media screen and (max-width:800px) {
.heading-saffron{
    font-size:8em;

}
    }

@media screen and (max-width:800px) {
    .heading-olive{
        font-size:8em;
        text-align: center;    
    }
        }

.text{
    font-family:arizona;
    z-index: 9000 !important;
    position:relative;
    text-align:center;
    font-size:2.5rem;
    /* top:30vh; */
    padding-bottom:1%;
    margin-left: 8%;
    margin-right:7%;
}

@media screen and (max-width:800px) {
    .text{
        z-index: 9000 !important;
    font-size:1.5rem;
}
    }

