.castle {
  z-index: 1;
}

.castle-background {
  overflow: hidden;
}

.tower {
  height: 300px;
  position: absolute;
  top: -10px;
  z-index: 2;
}

.tower.left {
  transform: rotate(-5deg);
  left: 0;
}

.tower.right {
  transform: rotate(5deg);
  right: 0;
}

.brick {
  width: 100px;
  height: 2em;
  background-color: #FBB6D0;
  border: 1px solid #e1e1e1;
}

.tiny-tower-container {
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
}

.tiny-tower,.tiny-tower-container {
  height: 100px;
}
