<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body hr {
	width: 400px;
}
@media only screen and (max-width: 479px){
	.body hr {
	width: 320px;
}
}
.card{
	border: none;
	overflow-x: hidden; 
	background: none; 
	color:white;
}
.card .card-body{
	background: rgb(131,58,180);
    background: linear-gradient(90deg,rgba(131,58,180,0.49653364763874297) -50%, rgba(253,29,29,0.5777661406359419) 100%, rgba(252,176,69,0.50773812943146) 100%);
}
form .form-group .form-control{
	box-shadow: none; 
	border: none;
	border-bottom: 3px solid #400670;  
	color: white;   
	background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,0.49653364763874297) 0%, rgba(253,29,29,0.5777661406359419) 50%, rgba(252,176,69,0.50773812943146) 100%);
}

.contact .container hr{
	height:2px;width:100%;color:gray;background-color:#400670;
}
.footer{
	background-image: linear-gradient(to right top, #520a52, #650c64, #780f77, #8c118a, #a0129d, #c10198, #df0090, #f91486, #ff4c64, #ff7b4a, #ffa43e, #ecc94c);
	padding-top: 100px; 
	max-width: 100%; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.form_body{
	 background: rgb(131,58,180);
    background: linear-gradient(
90deg
, rgba(131,58,180,0.49653364763874297) 0%, rgba(253,29,29,0.5777661406359419) 50%, rgba(252,176,69,0.50773812943146) 100%);
    background-blend-mode: multiply;
}</pre></body></html>