legend{
	font-family: "Comic Sans MS";
	font-size: 28px;
}
form {
	width:750px;
	height:400px;
    padding: 12px 20px;
	margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #ccc;
    background-color: #ffffcc;
    color: black;
	position:relative;
	font-family: "Comic Sans MS";
	font-size: 20px;
}
fieldset{
	width:680px;
	height:350px;
}
input[type="checkbox"]{
  width: 30px; /*Desired width*/
  height: 25px; /*Desired height*/
  cursor: pointer;
}