body {
    background: rgb(95, 89, 89);
}

.text {
    color: white;
}

.element {
    width: 500px;
    height: 130px;
    background-color: white;
    border-radius: 30px;
    position: fixed;
    bottom: 0;
    right: 50px;
    left: 50%;
    bottom: 100px;
}

.element1 {
    width: 100px;
    height: 100px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    bottom: 90px;
    left: 20%;
}