body{
  background:#d5d1ce;
display: flex;
  justify-content: center;
  align-items: center;
}

img{
  vertical-align:text-top;
}

marquee{
  height:auto;
  position:relative;
}

marquee{
  height:auto;
  position:relative;  
}

marquee:nth-of-type(2){
  position:absolute;
  top:-100px;
}

marquee:nth-of-type(1){
    transform: rotate3d(1, 1, 1, 
45deg);
top:150px;
}

img.centerpiece, img.street{
  position: absolute;
    margin: auto;
}

img.centerpiece{
      z-index: 2;
      height:100%;
      max-width: 70%;
      opacity:99%;
      
}

img.street{
      z-index: 3;
      width:140px;
      border-radius:20px;
      opacity:100%;
}
   
