
#box{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index:999;
	display:;
	width:350px;
	background:var(--bg-color);
	border-radius:10px;	
}
#box #top{
	text-align:center;
	margin-top:1.5rem;
}
#box #top img{
	width:310px;
	height:auto;
}
#box #bottom{
	margin:1rem;
	color:var(--text-color);
	font-weight:300;
}
#box #close{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
    color: var(--text-color);
}