body {
  background-color: rgb(197,218,253);
}

input, textarea {
 color: #000;
 background: white;

 outline: 0px solid black;

}


input:focus, textarea:focus {
 color: #000;
 background: rgb(240,248,255);
 outline: 1px solid blau;
}


.sendbutton {
	width:250px;
	height:40px;
	background-color:rgb(0,0,128);
	color:white;
	font-size:18px;
	border:3px solid  ;
	cursor:pointer;
	
}
