body{
	background-color: lightgreen;
	background-image: url("money-images/cash.gif");
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:white;
}

.container{
	background-color:rgb(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:white;
	border: 5px solid black;
	padding: 5px;
	width:1100px;
}

iframe{
	margin:5px;
}

html{
	cursor: url("index-images/scope.png"), auto;
}