*{
	margin: 0;
	padding: 0;
}






.back{
	position: absolute;
	width: 100%;
	height: 100%;

	background-color: #3F3B2F;
	z-index: -1;
}

.main-title{
	font-family: Lalezar;
	color: #f8b500;
	font-size: 13vw;

	text-shadow: 0.4vw 0px 0px #DAA20B;
	text-align: center;

	padding-top: 10%;

	border-bottom: 10px solid #f8b500;
}

.sub-title{
	font-family: Lalezar;
	color: #f8b500;
	font-size: 3vw;

	text-align: center;

	padding-top: 4%;
}

p {
	color: white;
	text-align: center;
	font-family: Lalezar;
	font-size: 2vw;

}



.back-main{
	width: 80vw;
	height: 48vw;

	background: rgba(255, 255, 255, 0.1);
	z-index: -1;

	position: absolute;
	top: 0%;
	right: 10%;

	border-radius: 0 0 40px 40px;
}





.animate__fadeIn{
	animation: fadeIn;
	animation-duration: 3s;
}

.animate__fadeInUp{
	animation: fadeInUp;
	animation-duration: 3s;
}



