body {
 
   color: white;
   font-family: 'Press Start 2P'; 
   margin:0 auto;
   max-width:600px;
   padding:20px;
}
.item {

}


.glav {
text-align: center;
margin-right: 20px;
color: white;
font-family: 'Press Start 2P'; 
font-weight: normal; 
font-style: normal;
font-size: 100%; 
}  

.opis {
text-align: left;
color: #a70f0f;
font-family: 'Press Start 2P'; 
font-weight: normal; 
font-style: normal;
font-size: 80%;
margin-right: 10px;
}

img {  height: 100%; float: left; margin-right: 10px;}  

   a {color: white;
	text-decoration: none; 
 
  height:160px;
  width:640px; 
   }  

   
/* Загланая надпись NEWS страницы Начало*/
h1 {text-align: center ;
 color: white;font-family: 'Press Start 2P'; 
   font-weight: normal; 
   font-style: normal;    font-size: 20pt; margin-bottom: 40px;background-color: black;}
/* мигающий пиксиль начало*/
.blink {
	animation-duration: 1s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin:0;
	padding:0;
	display:inline;
}

@keyframes blink {
	0% {
		color: #000000;
	}

	80% {
		color: #000000;
	}

	81% {
		color: #ffffff;
	}

	100% {
		color: #ffffff;
	}
}
/* мигающий пиксиль конец*/
/* Загланая надпись NEWS страницы Конец*/
.color-1 {
	border-color: #da0c01
	  border:4px solid white;
  height:160px;
  width:640px;
  margin-bottom:50px;
  background:black;
 overflow: hidden; /* Обрезаем все, что не помещается в область */
 text-overflow: ellipsis; /* Добавляем многоточие */
 cursor: pointer;
	}
.color-2 { border-color: #da0c01}
.color-3 { border-color: #da0c01}
.color-4 { border-color: #da0c01}

/* СкролерБар начало*/

::-webkit-scrollbar {
width: 15px;
height: 15px;
}


::-webkit-scrollbar-track-piece  {
background-color: #de0c01;
/* Цвет самой линии*/
}

::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #820203;
/* Цвет бегунка*/
}

/* СкролерБар Конец*/



 