@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {background-image:url(wallpaper.jpg);
 background-repeat: repeat;
        background-size:auto;}


h1, h2, h3 {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
    font-style: normal;
   background-color: rosybrown;
    color: aliceblue;
    text-align: center;
}

p {
  font-family: "Lobster", sans-serif;
  font-weight: 200;
    font-style: normal;
     background-color: cornsilk;
    text-align: center;
    padding: 30px;
    margin:0 auto;
    max-width: 500px;
    border-radius: 8px;
}

img {
  border: 7px solid hotpink;
 display: block;
  margin-left: auto;
  margin-right: auto;
}

body {background-color: antiquewhite;
}