/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2025 | 05:54:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



.contact input , textarea{
	background: transparent;
	border:none;
	border-bottom: 1px solid gray;
	margin: 20px 0;
}

.name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}


.email{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:10px;
	
}
.msg{
	margin:20px 0;
}