.defis{
	overflow:hidden;
	padding:3em 0;
}
.defis p{
	background-color:var(--basicText2022);
	color:white;
	font-size:1.8em;
	position:absolute;
	left:15%;
	top:0%;
	transform:rotate(-3deg);
	z-index:1;
	padding:.2em .5em;
}
.defis p:nth-child(2){
	left:15%;
	top:17%;
	transform:rotate(-2deg);
}
.defis .forBg{
	padding:2.5em;
	transform:rotate(-7deg);
	width:150%;
	left:-25%;
	position:relative;
}
.defis .forBg h2{
	color:white;
	background-color:var(--basicColor1);
	padding:.3em;
	border:solid 1px #707070;
	transform:rotate(3deg);
	font-family:"Abril Fatface";
	font-size:3em;
}


