.container{
    background: rgb(127, 106, 165);
}
.text{
    font-size: 150%;
    color: #fff;
}
.block-rect{
    background: #f5c4f3;
    max-width: 50%;
    min-height:100px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    right:50px;
    bottom:100px;
}
.block-ball{
    background: #fff700;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 15%;
    bottom: 50%;
}