body{
    background-color: #525252;
    color: #fff;

    font-size: 32px;
}

.text__paragrach{
    max-width: 1000px;
    padding: 10px;
}

.scroll-fixed{
    position: fixed;

    right: 25px;
    bottom: 50px;
}

.scroll-fixed__rectangle-white{
    position: absolute;

    width: 50vw;
    height: 100px;
    background-color: #fff;
    border-radius: 15px;

    right: 0;
    bottom: 0;
}

.scroll-fixed__ball-red{
    position: absolute;

    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: red;

    right: 40vw;
    bottom: 30px;
}