#price-container {
    display: inline-block;
    padding: 15px;
    font-size: 1.2em;
    background-color: #EEEEEE;
    border-radius: 15px;
}

.button.payment img {
    width: 30px;
    border-radius: 5px;
}

#loading-screen {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
