body {
  margin: 0;
}

#tracking-area {
  position: relative;
  
  width: 250px;
  height: 340px;

  
}

#transformation-area {
  position: absolute;
  left: 50px;
  
  width: 250px;
  height: 340px;
  
  background-image: url('../img/choralogo.png');
  background-size: cover;
}