body {
  width: 50%;
  background-color: rgb(26, 20, 17);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
  h1 {
    color: rgb(255, 212, 147); 
    padding-right: 50px;
    padding-left: 50px;
    
  }
  p {
    color: rgb(255, 212, 147);
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  img {
    display: block;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  html {
    background-image: url(https://png.pngtree.com/background/20230614/original/pngtree-yellow-seamless-brick-wall-texture-photo-picture-image_3500932.jpg);
  }
