body {
    background-image: linear-gradient(to bottom right,purple,brown);
	background-color: brown ;
	background-position: left top;
	background-size: cover;
	font-family: times;
    color: white;
}

h1 {
color: white;
	   text-align: center;
}
h2 {
color: white;
	   text-align: center;
}

p {
	font-size: 16px;
}

img.icon {
   width: 1in;
      height: 1in;

}
dt{ font-weight: bold;
  }
