* {
			word-wrap: break-word;
		}
body {background-color: #f2f2f2;}
 content{
  margin: 0.1rem;

  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(340px, 1fr));
  grid-gap: 1.0rem;
  /*background: green;*/
	background-color: #f2f2f2;
	font-size: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
p {
	margin:1px;
	text-align: justify;
	font-size: 1rem;
	line-height: 1.4rem;


}
article > p {
  display: grid;
  max-height: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
img {
  max-width: 10%;
  box-shadow: 0 0 3px #B0BEC5;
}
small {padding: 0.1rem;}

.stopka {text-align: left;
width:100%;
padding: 1px;
font-weight:bold;
margin-bottom:10px;


}

article {
	 margin-right:10px;
  padding: 10px;
		word-wrap: break-word;
  overflow: hidden;
  font: 12px/1.1 system-ui, sans-serif;
border-radius: 4px;
background: #f2f2f2;
box-shadow:  -2px 2px 6px #b6b6b6, 
             2px -2px 6px #ffffff;
}
article a {
  text-decoration: none;
  color: #455A64;
}
article a:hover, article a:focus {
  color: #2196F3;
}
article h2 {
  padding: 0.5rem 0.1rem;
  margin: 0;
	font-size: 1.152rem;
}

@keyframes spinner-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  display: inline-block;
  margin: 1rem;
  border: 0.15rem solid  #ddd;
  border-left: 0.2rem solid  rgb(46, 46, 46);
  border-radius: 50%;
  width: 10%;
  height: 10%;
  animation: spinner-anim 1.2s linear infinite;
}

.center{
  width: 100px; 
  height: 100px;  
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  margin: auto;
}
.lay{
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  margin: auto;
  background-color: rgba(40, 55, 55, 0.19);
}
.canv{
  z-index: 10;
  width: 100%;
  height: auto;
  /* position: fixed;  */
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  margin: auto;
	/* padding: 10px; */
  /* background-color: rgba(40, 55, 55, 0.19); */
}
#but{ margin: 0 auto;
  display:block;
   width: 95%; 
}
button {display: block;
  margin: 0 auto;}