*{
	margin:auto;
	box-sizing:border-box;
}

.heading{
	color:blue;
	margin:auto;
	display:block;
	text-align:center;
}

.container {
	border:2px solid black;
	border-radius:20px;
	width:810px;
	height:400px;
	margin:auto;
	display:block;
	background-color:#F7E76E;
	display:flex;
}

.amountnumber {
	display:flex;
	border:1px solid black;
	width:500px;
	border-radius:10px;
	height:50px;
margin-top:10px;
margin-left:-200px;
}

[type="submit"] {
	position:absolute;
	border:1px solid black;
	width:80px;
	border-radius:5px;
	height:50px;
	margin-top:-50px;
	background-color:#87CEFA;
	margin-left:350px;
}

[type="submit"]:hover{
	background-color:#1E90FF;
	transition:all 0.5s ease;
}




/*https://mega.nz/file/aSpk1IST#UB7K2JlQY46IxSDYW_7dSoC0jhKy3BdUEbDWVtAwTqE*/