body {
	background-color:black;
}

div {
	position: absolute;
	top: 50%;
	left: 50%;
}

#circle {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: red;
	margin: auto;
	transform: translate(-50%, -50%)
}

