body { 
font-size: 200%; 
}
body h1 {text-align:center;
}
body h2 {
	font-size:60px;
	margin-bottom: 0;
	color:red;
}
body h3 {
	font-size:60px;
	margin-bottom: 0;
	color:green;
}
body input {
	width: 100%;
}
#French {
	color: navy;
  text-indent: 30px;
  text-transform: uppercase;
}
#English {
	color: red;
  text-indent: 30px;
  }
input[type='radio'] {
    width: 15%;
 }
input[class='button']{
	 width: 40%;
	 }
input[type='text']{
	 width: 55%;
	 }
	 input[type='submit']{
	 width: 55%;
	 }
div {
text-align:center;
}	 
