.body, html {
height: 100%;
background-image: url(https://i.postimg.cc/nL5kR1b0/bg03.png);
cursor: url('https://cur.cursors-4u.net/nature/nat-2/nat183.cur'), auto;	
}

.content {
  display: grid;
  grid-template-rows: 110px 600px 50px;
  padding-top: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}


.main {
  display: grid;
  grid-template-columns: 250px 400px;
  column-gap: 10px;
  height: 550px;
  border-color: rgb(255, 143, 189);
  border-width: 1px;
  border-style: solid;
  padding-top: 20px;
  padding-right: 20px;
  background-image: url(https://i.postimg.cc/zXW9nVh2/sunflower.gif);
}

.picture {
  display: grid;
  grid-template-rows: 200px 300px;
  height: 200px;
  width: 200px;
  margin-left: 45px;
  background-image: url(https://i.postimg.cc/kX7yhzSp/gingam-t2.gif);

}


.pic {
  height: 90%;
  margin-top: 9px;
  margin-left: 9px;
  border-color: rgb(255, 183, 213);
  border-width: 1px;
  border-style: solid;
}


.intro {
  font-size: small;
  width: 200px;
}

.bunny {
  margin-left: 50px;
}