
body {
background-image: url("ourplebutbetter.jpg");
background-repeat: no-repeat;
  background-size: cover;
}
.yomama {
position: absolute;
 top: 2em;
 left: 40em
 }
 .bh {


position: absolute;
 top: 20.8em;
 left: 62em}
 
 
 .bh img {
  width: 100%;
   -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bh img:hover {
  transform: scale(1.1);
}

.bth {

position: absolute;
 top: 8.8em;
 left: 48em;
 z-index: 99
}

