body{
	background: #F47FF7; 
}


.text-container{
	text-align: center;
	height: 100vh; 
	display: flex; 
	align-items: center;
}

p{
	color:#fff; 
	margin-top: 40px; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600;
}

a{
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600; 
	color:#fff; 
	text-decoration: none;
}

a:hover{
	color:#fff; 
	text-decoration: none;
	border-bottom: 1px solid #fff;
}