@charset "utf-8";
/* CSS Document */
#div-ett {
	color: white;
	font-family: "Arial Black";
	position: relative;
	background-color: indigo;
	left: calc(50% - 200px);
	width: 400px;
	height: 480px;
	text-align: center;
	padding-top: 20px;
	border-style: solid;
	border-width: 20px;
	border-color: darkcyan;
	border-radius: 40px;
}
#paragraft-ett {
}
img {
	width: 250px;
	height: 140px;
}