body {
    background-color: rgb(26, 22, 22);
    max-width: 100%;
}

.text {
    line-height: 150%;
    color: #fff;
    font-family: sans-serif;
    font-size: 30px;
}

.elements {
    max-width: 100%;
    height: 100%;
}

.block  {
    width: 50%;
    height: 100px;
    background-color: coral;
}


.coral {
    position: fixed;
    bottom: 100px;
    right: 50px;
    border-radius: 20px;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(240, 57, 57);
}

.red {
    position: fixed;
    bottom: 145px;
    right: 40%;
}