* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: rgb(52, 52, 54);
}

h1{
	text-align: center;
}

.wrap {
	border: 1px solid rgb(202, 202, 202); 
	
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.magnifier {
	width: 220px;
	height: 220px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
	display: none;
}

.target {
	display: block;
	width: 100%;
}