body {
  background-color: bisque;
  text-align: center;
}

h1 {
  color:saddlebrown;
  text-align: center;
}

h2 {
  color:saddlebrown;
  text-align: center;
}

p {
  color:saddlebrown;
  text-align: center;
}

img{
  width:300px;
}


