
html {
    height: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body {
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}



#container {
    width: 100%;
    height: 100%;
}

.paper-header {
    height: 10%;
    background-color: #6A1B9A;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    padding: 0 10px;
    color: white;
    transition: height 0.2s;
}

#vendImage {
    display:block;
    margin:auto;
    padding-top: 100px;
    width: 100px;
}

#welcomeText {
    font-size: 16px;
    padding-top: 50px;
    color: rgb(46, 46, 46);
}

#dispenseItemButton {
    position: fixed; 
    bottom: 20%; 
    left: 50%;
    transform: translateX(-50%);
}

#paymentAuthorizingText {
    position: fixed; 
    bottom: 10%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 16px;
    color: rgb(46, 46, 46);
}

#toast {
    position: fixed; 
    bottom: 5%; 
    left: 47%;
    transform: translateX(-50%);
}




