body
{
    background-color: white;
}

div.a {
  text-align: center;
  border: 0px solid #3CC;
  margin: 50px 10px;
  padding: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

button {
display: inline-block;
background-color: #863275;
border-radius: 0px;
border: 1px solid #525251;
border-radius: 5px;
box-shadow: 1px 1px 1px #999;
color: #ffffff;
text-align: center;
font-size: 16px;
padding: 20px;
width: 275px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}

textarea {
	font-family:verdana;
    letter-spacing: 1px;
    padding: 10px;
    max-width: 100%;
	color: black;
	text-align : center;
	font-size: 20px;
    line-height: 2;
	line-color: #00000;
	border-color: #525251;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

input, textarea {
  background-color: white;
}

a:link 
{ 
 text-decoration:none; 
} 