header {
	text-align: center;
	width: 99%;
	border: 10px solid black;
	border-image: url('../img/рамка.png') 28;
	margin: 1px;
	box-sizing: border-box;
	font-size: 25px;
	background-image: url('../img/кожа.png');
	background-size: 100%;
	position: fixed;
	top: 5px;
}
main {
	padding: 50px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
a:hover {
	color: yellow;
	transition: 0.3s;
}
p {
	text-align: justify;
	font-weight: 600;
}
body{
	background-image: url('../img/фон.png');
	background-size: 100%;
	font-size: x-large;
}
.date {
	margin: 40px 0 10px 0;
}
.NewsText{
	margin: 0;
}
hr{
	border: none; 
	background-color: black; 
	color: black; 
	height: 3px; 
	width: 80%;
}
