@charset "utf-8";

body {
	background-color: #FDF4E0;
	margin: 0px;
}
header {
  background: linear-gradient(to right, #0E6755 0%, #93D12B 100%);
  height: 90px;
  text-align:center;
}
h1 {
  color: white; 
  padding-top: 25px;
  font-size: 35px;
}
h2 {
  background-color:#93D12B;
  margin-right: 10%;
  font-size: 30px;
  border-radius:10px;
  padding-left: 10px;
}
article {
  margin-top: 2%;
  margin-left: 8%;
  margin-right: 8%;
}
p {
  text-align:justify;
}
input, button { 
  font-size: 20px;
}
.cfloat {
  width: 25%;
  float: left;
}
.cclear {
  clear: both;
}