section.duyuru{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 9999;
}

section.duyuru div{
	background: white;
	max-width: 90%;
	position: relative;
}

section.duyuru div img{
	width: 100%;
}

section.duyuru div a{
	position: absolute;
	top:0;
	right:0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: white;
	border-radius: 20px;
	font-weight: bolder;
	color: black;
}

section:target{
	visibility: hidden;
}
