@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html {
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #70bg32;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient( to left top, #E8E8E8, #888888);
    background: -moz-linear-gradient( to left top, #E8E8E8, #888888);
    background: -ms-linear-gradient( to left top, #E8E8E8, #888888);
    background: -o-linear-gradient( to left top, #E8E8E8, #888888);
    background: linear-gradient( to left top, #E8E8E8, #888888);
}
body{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-align:center;
}
.nano-pic{
	border: 1px solid black;
	image-rendering: crisp-edges;
}
.nano-pic.large{
	width: 500px;
	height: auto;
}
.pixel-form{
	border: 1px dashed black;
	width: 280px;
	margin: 10px auto;
	padding: 10px;
}
.pixel-form input[type="number"]{
	width: 90px;
	text-align: center;
}
.pixel-form input[type="submit"]{
	padding: 10px;
}
img.loading{
	display: none;
}
p.msg{
	font-weight: bold;
}
.shopItems .item{
	width: 142px;
	height: 200px;
	display: inline-block;
}
.shopItems .item-info{
	width: 120px;
	height: 120px;
	border: 1px solid black;
	margin: 10px;
	position: relative;
	background-color: lightyellow;
}
.shopItems .item-info p:first-child{
	font-weight: bold;
	font-size: 36px;
	margin: 30px 0px 5px 0px;
}
.shopItems .item-info p:nth-child(2){
	font-style: italic;
	font-size: 16px;
	margin: 8px;
}
.shopItems .item-info span:nth-child(3){
	position: absolute;
    top: 2px;
    right: 2px;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px;
    background-color: lightblue;
}
.shopItems .item-btn{
	width: 120px;
	border-radius: 5px;
	padding: 5px;
}
div.clearFloat{
	clear: both;
}
#paymentBox{
	width: 500px;
	border: 1px dashed black;
	margin: 5px auto;
	word-wrap: break-word;
	padding: 10px;
}
#paymentBox img.qr{
	border-radius: 20px;
}
#paymentBox img.payment-waiting{
	margin-left: 30px;
}
img.donate-qr{
	width: 200px;
	height: auto;
}