

.reward-note {
	width: 100%;
	top:0;
	left: 0;

}

.reward-note-name {
	position: absolute;
	width: 300px;
	background-color: #4D4447;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	top:50%;
	margin-top:;

}


.reward-note-img,
.success-note-img {
	position: absolute;
	top: 50%;
	max-width: 100%;
	

}

.reward-note-img {
	height: 400px;
	width: 400px;
	margin-top: -325px;
}

.success-note-img {
	height: 300px;
	width: 399px;
	margin-top: -265px;
}

.icon-note-btns {
	position: absolute;
	top: 50%;
	max-width: 100%;
	margin-top: 75px;
	width: 300px;
	display: flex;
	justify-content: space-between;

}

.reward-note-name p {
	color: white;
	font-family: 'aRegular';
	font-size: 45px;
}

.note-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 400px;
	margin:0 auto;
	max-width: 100%;
}
