/*
//////////////////////////////////////////////////////////////////////////////
///// contact.css ///////////////////////////////////////////////////////////
///// Version 4.0 ////////////////////////////////////////////////////////////
///// Ver Date 7/6/2024 //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
*/
body {
	background: linear-gradient(90deg, rgba(26, 121, 197, 1) 0%, rgba(0, 188, 212, 1) 50%, rgba(26, 121, 197, 1) 100%);
	background-size: 100% 100%;
	margin-top: 5em;
}

p {
	font-family: "Montserrat Alternates";
	text-align: center;
	margin-bottom: 2em;
	color: black;
	font-size: 1.25em;
}

span {
	font-family: "Montserrat Alternates";
}

.img_email {
	margin: auto;
	width: 250px;
}
