.container-header {
  position: relative;
  z-index: 10;
  background-image: url("/images/background/kosmos.gif");
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.module_nebo{
background: url("/images/background/nebo.jpg");
border: 3px solid #00af64;
}
.module_cosmo{
background: url("/images/background/kosmos.gif");
}
.item-image {
  text-align: center;
}
blockquote {
    background: url("/images/background/nebo.jpg");
	padding: 10px;
	border: 3px solid #00af64;
}
ol,
ul {
  padding-left: 3rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
