body{
    background:lightblue;
    overflow:hidden;
}
#flower-base{
    width:30vw;
    height: 30vw;
    background: #825734;
    border-radius: 50%;
    position: absolute;
    top:100%;
    left:calc(50% - 15vw);
    transition: top 2s ease;
}
