p {
  font-family: courier;
}
body {
  background-color: #FFFFFF;
  background-image: url("https://static.vecteezy.com/system/resources/previews/002/254/537/large_2x/light-mint-pastel-green-watercolor-texture-background-free-photo.jpg");
  background-size: 1100px, 950px;
  background-repeat: repeat;
  background-position: left top, right bottom;
  color: black;
  font-family: courier;

}

.body2 {
  background-color: #FFFFFF;
  background-image: url("https://64.media.tumblr.com/d41fd70adca365874ec20c4d6a772ecb/tumblr_o5bper7SuQ1v118fpo1_500.gif");
  background-size: 1100px, 1100px;
  background-repeat: repeat;
  background-position: left top, right bottom;
  color: black;
  font-family: courier;

}

.body3 {
  background-color: #FFFFFF;
  background-image: url("https://t4.ftcdn.net/jpg/01/06/79/61/360_F_106796186_8OjOE5qYK9erpcDQ0LSClE7IgmH5cUra.jpg");
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top, right bottom;
Color:#FFFFFF;
  font-family: courier;
}

.body4 {
  background-color: #FFFFFF;
  background-image: url("https://t4.ftcdn.net/jpg/04/51/51/99/360_F_451519919_Q8qi9wq8P9JJnPPse2SDAoGDoutsUtS5.jpg");
  background-size: 100%;
  background-repeat: repeat;
  background-position: left top, right bottom;
Color:#FFFFFF;
  font-family: courier;
}

h1 {
  color: #013220;
  text-align:center;
}


.d1 {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
img {
            width: 250px;
            max-width: 90%;
            height: auto;
            margin: 5px;
            border-radius: 0px;
        }
}

.d2 {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
img {
            width: 100%;
            max-width: 90%;
            height: auto;
            margin: 5px;
            border-radius: 0px;
        }
}
.phone {
font-size: 30px;
}

@media screen and (max-width: 850px) {
  .d1 img,
  .d2 img,
  .d3 img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: 2px;
    border-radius: 0px;
  }

.phone {
font-size: 15px;
}

  p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}
