body{
  background-color: gainsboro;
  text-align: left;
    }
h1{
text-align: center;
}
h2{
text-indent: 20px
}
img {
width: 120px;
  border: 2px solid black;
  border-width: thick;
  float: left;

}
p{
  text-indent: 35px;
}
ul{
  text-indent: 15px;
  list-style-position: inside;
}