#baselayer {
  margin-left: auto;
  margin-right: auto;
    scale:2;
    z-index: -1
}
body {
  background: lightblue url("tumblr_inline_mlkwolhobQ1r53miq.png") repeat;
}



#baselayer {position: absolute;
  left:300px;
    scale: 1.4;
    top: 100px;
  z-index: -1;
}

#cabinets {position: absolute;
    scale: 1.4;
  left:335px;
    top: 140px;
  z-index: 10;
}

h1 {color: coral}
p {
  color: red;
  text-align: center;
}