
#trunk {
    position: relative;
    width: 400px;
    height: 400px;
    border: 2px solid #333;
    margin: 50px auto;
}
.branch {
    position: absolute;
    background: red;
    transform-origin: bottom center;
}
