.tags_title{
background:#FFFFFF;
color:#C05E07;
padding:2px;
border:2px solid #707070;
}
.tags{
width:100px;
height:150px;
border:2px solid #407070;
text-align:center;
color:#f0bff0;
}
* {
  margin: 0;
  padding: 0;
}


* {
  margin: 0;
  padding: 0;
}


.vengumpn-koveemen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 30px;
    color: #3e3e54;
    font-weight: bold;
    border: 2.3px solid #acafb7;
    background: #f7eded;
    border-radius: 90px;
    animation: radial-pulse 1s infinite;
    font-size: 18px;
}


@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(23, 22, 22, 0.5);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
input[id^="spoiler"]{
 display: none;
}

input[id^="spoiler"] + label {
  display: block;
  width: 170px;
  margin: 0 auto;
  padding: 0px 20px;
  background: #54a;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label {
  color: #333;
  background: #ccc;
}
input[id^="spoiler"] ~ .spoiler {
  width: 90%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 1px auto 0; 
  padding: 0px; 
  background: #fff;
  border: 6px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler{
  height: auto;
  opacity: 1;
  padding: 10px;
}

html,
body,
.degolosam-nodates .poskatu-npovno {
	height: 100%;
				
			
	align-items: center;
	justify-content: center;
    
}

.degolosam-nodates {
    width: 130px;
    height: 45px;
    background: linear-gradient( -45deg, #f9f7f7 0%, #f9f7f7 23%, #62b2f7 23%, #62b2f7 47%, #f9f7f7 47%, #f9f7f7 80%, #62b2f7 80%, #62b2f7 100%);
    background-size: 10%;
    box-sizing: border-box;
    padding: 5px;
    animation: animate 3s linear infinite;
}

.degolosam-nodates .poskatu-npovno {
	background-color: white;
	flex-direction: column;
	box-sizing: border-box;
	padding: 6px;
			font-size: 14pt;
			font-weight: bold;
			text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	text-align: center;
	font-family: sans-serif;
}

.degolosam-nodates, .degolosam-nodates .poskatu-npovno {
    box-shadow: 0 0 2px #093b5f, 0 0 5px rgb(14, 14, 14), inset 0 0 5px rgb(14, 14, 14);
    border-radius: 5px;
}

.degolosam-nodates .poskatu-npovno h2 {
    color: #0d6a88;
}

.degolosam-nodates .poskatun-povno p {
	    color: #4e4b4b;
}

@keyframes animate {
	from {
		background-position: 0;
	}

	to {
		background-position: 10%;
	}
}
