@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#pluma {
	height: 700px;
	width: 900px;
	background-position: center center;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 1800px 0px 0px 0px;
}
body {
	background-color: #000;
}
