@charset "utf-8";
@import url("DancingScript_VariableFont_wght/stylesheet.css");


.img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border:5px solid #8B41A3;
	overflow: hidden;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
	
}
.container p {
	font-family:"DancingScript VariableFont wght";
}

.container{
	margin: 0 auto;
	padding: 0 3rem;
	margin-top: 2rem;
	text-align: center;
	
}
.container h1{
	color: #8A42A5;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 20px;
	margin-top: 50px;
	
}
.container h2{
	color: #595959;
	font-size: 30px;
	font-weight: 400;
}
.container p{
	font-size: 20px;
	line-height: 2rem;
}
.btn{
	display: inline-block;
	padding: 15px 15px;
	background-color: #8B41A3;
	font-size: 25px;
	text-decoration: none;
	border-radius: 10px;
	color: #fff;
	transition: background 0.5s;
	margin-bottom: 15px;
	margin-top: 20px;
}
.btn:hover{
	background: #77707A;
	color:#BE00FC;
}



