body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(images/bg.jpg) center no-repeat;
    background-size: cover;
}
.card	{border:4px solid #c19ed8;}
h3{
	background: linear-gradient(90deg, #f29bc4 1%, #c19ed8 53%, #98d6f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 2px 3px 3px rgba(233,233,233,0.45);
	display: inline-block;
}
.btn-pink {
  color: #fff;
	background: linear-gradient(90deg, #f29bc4 1%, #c19ed8 53%, #98d6f5);
  border-color: #c19ed8;
}
.btn-pink:hover {
  color: #fff;
background-color: #c19ed8;
}

.top-margin{
	margin: 43px 0;
}
hr{
	border-image: linear-gradient(90deg, #f29bc4 1%, #c19ed8 53%, #98d6f5);
    border-image-slice: 1;
	background-color:rgba(0,0,0,0.00)
}
.profile-hr{
		border-image: linear-gradient(90deg, #f29bc4 1%, #c19ed8 53%, #98d6f5);
    border-image-slice: 1;
	
	
	
    margin: 1rem 0;
}

@media (max-width: 767.98px) {
body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("images/mobile_bg.jpg") center no-repeat;
    background-size: cover;
  }
	.top-margin{
	margin: 63px 0;
}
}