body {
	background-color: black;
  
}
h1 {
	font-family: Ranchers;
	font-style: normal;
	font-weight: normal;
	font-size: 6.94vw;
	line-height: 8.75vw;
	text-align: center;
	letter-spacing: 0.07em;
	color: #ffffff;
	padding: 4.5vw 0 2.5vw 0;
	animation: show 3s 1;
}

.text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 200;
	font-size: 2.5vw;
	line-height: 3vw;
	text-align: justify;
	color: #ffffff;
}
.punctuation-text-first {
	width: 94.4vw;
	margin: 0 auto;
	animation: show 5s 1;
}
h3 {
	font-family: Ranchers;
	font-style: normal;
	font-weight: normal;
	font-size: 2.5vw;
	line-height: 1vw;
	letter-spacing: 0.07em;
	color: #a3a3a3;
	
}