/* body {
    background: #262628;
}

.wrapper {
    padding: 100px 15px;
    height: 100vh;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
    height: 100%;
    border-radius: 15px;
    border: 5px groove #e8dddd;
    background: #19191a;
}

.inner {
    display: flex;
    position: relative;
    height: 100%;
    z-index: 1;
}

.block {
    height: 300px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.842);

    font-family: "Arial", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red {
    background: linear-gradient(120deg, #eb3939, #f36da8);
}

.blue {
    background: linear-gradient(120deg, #4539eb, #6dd8f3);
}

.orange {
    background: linear-gradient(120deg, #ebd539, #f38e6d);
}

.green {
    background: linear-gradient(120deg, #46d443, #6df3b5);
}

.purple {
    background: linear-gradient(120deg, #8c39eb, #e06df3);
} */

/* =================================================== */

body {
    background: #000000;
    scrollbar;
}

.wrapper {
    display: flex;

}


.text {
    color: antiquewhite;
}

.text-2 {
    color: antiquewhite;
}

.text-3 {
    color: antiquewhite;
}

.text-4 {
    color: antiquewhite;
}

.rectangle {
    background: #f3f1f1;
    min-height: 100px;
    border-radius: 10px 10px;
    position: fixed;
    left: 50%;
    bottom: 100px;
    right: 50px;

}

.circle {
    background: #f70404;
    height: 100px;
    width: 100px;
    border-radius: 80px 80px;
    position: absolute;
    left: 20%;
    bottom: 50%;
}

/* В уроке говорили про отступы снизу  и справа , я не поняла как их сделать...
про левую границу было сказано, чтобы она занимала ровно половину окна - я сделала это через:
position: fixed;
    left: 50%;
    чтобы опустить прямоугольник, написала: 
    top: 70%;
    а с отступом внизу (100px) и отступом справа( 50px) я не поняла , что использовать , чтобы прописать их....
       */
