.title-star {
	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;
}

.title-star-wrapper {
	background-color: thistle;
	text-align: center;
}

.title-star-wrapper > 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;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.title-star {
		font-size: 30px;
		height: 65px;
	}

}