.mesage{
	margin: 20px auto;
}

textarea{
	display: flex;
	margin-left: 100px;
	border: 2px solid green;
	border-radius: 5px;
	width: 32%;
}

input[type=text]{
	display: flex;
	padding: 7px;
	width: 30%;
	margin-left: 100px;
	border-radius: 5px;
	border: 2px solid green;
}

input[type=submit]{
	display: inline-flex;
	border: none;
	background-color: red;
	color: white;
	border-radius: 10px;
	padding: 10px 45px;
}

input[type=submit]:hover{
	background-color: #db0210;
	color:white;
}


label{
	font-weight: bold;
	font-family: "Times New Roman" ;
	color: white;
	text-shadow: 0 0 10px black;
}

h1{
	text-shadow: 0 0 10px black;
	color: red;
}
address{
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
	color: white;
	text-shadow: 0 0 10px black;
}

b{
	font-size: 30px;
}

fieldset{
	border: 2px solid red;
	border-radius: 15px 15px 15px 15px;
moz-box-shadow: inset 0 0 10px #777777;
webkit-box-shadow: inset 0 0 10px #777777;
box-shadow: inset 0 0 10px #777777;
background-color:  rgba(70, 70, 70, 0.9);
border-radius: 15px 15px 15px 15px;

}



