html {
  height: 100%;
  width: 100%;
  background-color: #f5adad;
}
p1{
  background-color: antiquewhite;
}
h1 {
  font-size: 50px;
  text-align: center;
}
img{
  width: 100%;
  height: 100%;
}