*{
    box-sizing: border-box;
}
body{
    background: #423d3d;
}
.text{
    color: #fff;
    font-size: 24px;
}

.rectangle{
    background-color: #fff;
    width: 950px;
    height: 100px;
    border-radius: 20px;
    position: relative;
    z-index: -1;
    right: 50px;
}
.circle{
    background-color: #df0b0b;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    left: 100px;
}
.figure{
    position: fixed;
    bottom: 100px;
    left: 50%;
}