heading {
  color: orange;
	text-align: left;
  font-family: ;
  font-size: 40 px;
  font-weight: bold;
  width: 500px;
}

h1 {
  color: brown;
	text-align: center;
  position: fixed;
  font-family: ;
  font-size: 30 px;
  font-weight: bold;
  width: 400px;
}

p {
 	color: green;
  font-family: ;
  font-size: 20 px ;
  text-align: left;
}

body {
  
  background: ;
  color: red;
  text-align: left;
  font-size:20 px ;
  font-family: ;
  font-weight: bold;
  height: 
  width: 
}