h1 {
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	font-family: 'Pacifico', cursive;
	color: #120b29;
	font-size: 50px;
	height: 100px;
	text-align: center;
	margin: 0;
}

main > div {
	background-color: thistle;
	text-align: center;

	/*overflow:auto; */
}

main > div > p {
	background-color: #120b29;
	margin: 0;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	color: white;
	border-top: 2px solid plum;
	border-bottom: 2px solid plum;

	/*overflow:auto; */

}

.image {
	height: 500px;
	width: 100%;
	background-image: url("../img/article-1-selene.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

}

.article-section {
	width: 100%;
	height: 1000px;
	display: flex;
	background-color: none;
	justify-content: center;

	background-image: url("../img/constellations.gif");
	background-position: center;
	background-repeat: repeat;
	background-color: none;
	background-size: cover;
	background-color: thistle;

	overflow:auto;
	border-top: 2px solid plum;
	border-bottom: 2px solid plum;
}

.article-section-less{
	height: 850px !important;
}

.article-section-less-less{
	height: 600px !important;
}

.article-section-less-less-less{
	height: 400px !important;
}

.article-section > div{
	width: 100%;
	background-color: none;
	display: block;
	/*border-left: solid 2px black;
	border-right: solid 2px black;*/

}
.article-section > div > div {
	display: flex;
	justify-content: center;
}

.article-section > div > div > div {
	background-color: rgba(245,245,220, 0.8);
	width: 90%;
	
	display: flex;
	justify-content: center;

	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	border: solid 2px plum;
}

.text {
	font-size: 15;
	font-family: 'Roboto', 'sans-serif';
	background-color: none;
	width: 100%;
	height: 100%;
	text-align: justify;
}

h3 {
	font-family: 'Pacifico', sans-serif;
	font-size: 30px;
	margin: 0;
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    color: #120b29;
    text-align: center;
}

#image2 {
	height: 500px;
	width: 100%;
	background-image: url("../img/article-2-eyes.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

}

#image3 {
	height: 500px;
	width: 100%;
	background-image: url("../img/article-3-swamp.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

}

#image4 {
	height: 500px;
	width: 100%;
	background-image: url("../img/article-4-opera.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

}
.in-image {
	display: block;
	overflow:auto;
	display: flex;
	justify-content: center;
	align-items: center;


	background-image: url("../img/zodiacsigns.png");
	background-position: center;
	background-repeat: repeat;
	background-color: none;
	background-size: cover;
	background-color: #120b29;
	background-color: thistle;

}

.in-image > img {
	height: 330px;
	width: 840px;
}

#oferta-header {
	font-size: 40px !important; 
	height: 160px;
}

@media only screen and (max-width: 600px) {
	#header-data {
		height: 140px;
		display: grid;
		grid-template-rows: 1fr 20px;
	}


	#oferta-header {
		font-size: 30px !important;
	}

	#mask-header {
		font-size: 27px;
	}

	#scare-header-wrapper {
		height: 140px;
		display: grid;
		grid-template-rows: 1fr 20px;
	}

}






