body {
    padding: 0;
    margin: 0;
    font-family: 'Ledger', serif;
    background-color: #F8F4FF;
}
#bodyprofile{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: #F8F4FF;
    width: 100%;
    height: 100%;
    margin:0;
}
#body-chats{
    background-color: #F8F4FF;
    width: 100%;
    height: 100%;
    margin:0;
}

header {
    width: 100%;
    height: 155px;
    background: #DFCCF1;
    display: flex;
    align-items: center; 
}

.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 100px;
    font-family: 'Henny Penny';
    color: #FFFFFF;
    font-size: 64px;
    /* background: rgb(223, 204, 241); */
}


header>nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /* background: rgb(223, 204, 241); */
}

header>nav>ul {
    display: flex;
    gap: 70px;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-left: 650px;
}

header>nav>ul>li {
    width: auto;
    height: auto;
    list-style-type: none;
}

header>nav>ul>img {
    position: absolute;
    width: 86px;
    height: 52px;
    left: 217px;
    top: 51px;
}

#account {
    width: 70px;
    height: 70px;
    left: 91.4%;
    top: 42px;
    filter: invert(100%);
}

nav ul li {
    min-width: 100px;
    min-height: 20px;
}

header>nav>ul>li>a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 25px;
    display: flex;
    text-align: center;
    width: auto;
}

header>nav>ul>li>a.nav-link.active {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0, 3s ease;
    font-size: 25px;
}

header>nav>ul>li>a.nav-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 0, 3s ease;
    font-size: 25px;
}

header>nav>ul>li>a.nav-link:hover {
    color: rgba(177, 141, 210, 0.75);
    transition: transform 0.25s ease forwards;
}

header>nav>ul>li>a.nav-link {
    top: 61px;
    height: 22px;
    font-family: 'Ledger', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
}
header > nav > ul > li:nth-child(3) > a.nav-link {  /* Главная страница */
    left: 55%;
    width: 13.64%;
}
header > nav > ul > li:nth-child(4) > a.nav-link {  /* Чаты */
    left: 70%;
    width: 9%;
}
header > nav > ul > li:nth-child(5) > a.nav-link {  /* Профиль */
    left: 77%;
    width: 8.54%;
}
main{
       width: 100%;
    min-height: 100vh;          /* гарантирует, что фон покроет всю высоту экрана */
    height: auto;
    overflow-x: hidden;
    background-image: url("../img/fon.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-color: #f0f0f0;
}
#mainprofile{
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; 
} 
.main-lenta{
    width: 100%;

}

/* Страница Входа */
.forma {
    width: 75%;
    height: 80%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    gap: 20px;
    border: 1px solid #95ABDB;
    border-radius: 50px;
    margin: auto;
    color: #95ABDB;
    margin-top: 150px;
    margin-bottom: 150px;
    background-color: #F8F4FF;
}

.qrcode {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #95ABDB;
}

#podrobnee {
    color: #6F81A6;
}

.qrcode>img {
    width: 192px;
    height: 192px;
}

.qrcode>h3 {
    font-size: 32px;
}

.qrcode>p {
    font-size: 16px;
}

.start {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start>a {
    color: #6F81A6;
    text-decoration: none;
}

.start>button {
    color: #FFFFFF;
    background-color: #DFCCF1;
    border-radius: 20px;
    width: 30%;
    height: 15%;
    font-size: 24px;
    border: 1px solid #95ABDB;
}

.start>button:hover {
    color: #ffffff;
    background-color: #b5a4c5;
}

.start>h3 {
    font-size: 32px;
}

.start>p {
    font-size: 16px;
}

.start>input {
    border-radius: 20px;
    width: 90%;
    height: 10%;
    font-size: 20px;
    border: 1px solid #95ABDB;
    color: #948D8D;
}


#vector17 {
    position: absolute;
    left: 87.5%;
    top: 70%;
    transform: matrix(-0.85, 0.53, 0.53, 0.85, 0, 0);
}



/* Регистрация */
.formaForRegistration {
    width: 38%;
    height: 70%;
    display: flex;
    justify-content: center;
    gap: 20px;
    border: 1px solid #95ABDB;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
    color: #95ABDB;
    background-color: #F8F4FF;
    margin-top: 150px;
    margin-bottom: 150px;
}

.registr>h3 {
    font-size: 32px;
    display: flex;
    justify-content: center;
}

.registr>form {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    font-size: 20px;
    gap: 20px;
}

.registr>form>input {
    border-radius: 20px;
    width: 100%;
    height: 54px;
    font-size: 20px;
    border: 1px solid #95ABDB;
    color: #948D8D;
}

.registr>form>p {
    margin: 0;
}

#butn {
    color: #FFFFFF;
    background-color: #DFCCF1;
    border-radius: 20px;
    width: 100%;
    height: auto;
    font-size: 24px;
    border: 1px solid #95ABDB;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

#butn:hover {
    color: #ffffff;
    background-color: #b5a4c5;
}



/* Лента */
.lenta {
    width: 90%;
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.stroka1 {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 61px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
}

.stroka3 {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
}

#img {
    /* margin-right:15px; */
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 261px;
    height: 261px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

#img2 {
    /* margin-right:15px; */
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 213px;
    height: 261px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

#img3 {
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 215px;
    height: 261px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

#img6 {
    /* margin-right:15px; */
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 324px;
    height: 476px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

#img7 {
    /* margin-right: 15px; */
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 362px;
    height: 476px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

#img8 {
    /* flex-direction: row; */
    /* align-items: center; */
    padding: 10px;
    gap: 10px;
    width: 382px;
    height: 476px;
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
}

.stroka2 {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 133px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
}

.stroka2>.stroka21 {
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
    width: 541px;
    height: 400px;
}

.stroka2>.stroka21>p {
    font-weight: 400;
    font-size: 20px;
    color: #B18DD2;
    margin: 0px 15px;
    padding: 0px;
}

.stroka2>.stroka21>#author {
    font-size: 15px;
    color: #AAA4AF;
    margin: -23px 10px;
    /* padding: 5px; */
    text-align: right;
}

#img4 {
    /* flex-direction: row; */
    /* align-items: ; */
    padding: 10px;
    gap: 10px;
    width: 521px;
    height: 285px;

}

.stroka2>.stroka22 {
    background: #C7B5D8;
    border: 1px solid #6B587C;
    box-shadow: 0px 4px 4px #6B587C;
    border-radius: 20px;
    width: 541px;
    height: 400px;
}

.stroka2>.stroka22>p {
    font-weight: 400;
    font-size: 20px;
    color: #B18DD2;
    margin: 0px 15px;
    padding: 0px;
}

.stroka2>.stroka22>#author {
    font-size: 15px;
    color: #AAA4AF;
    margin: -23px 10px;
    /* padding: 5px; */
    text-align: right;
}

#img5 {
    /* flex-direction: row; */
    /* align-items: ; */
    padding: 10px;
    gap: 10px;
    width: 521px;
    height: 285px;

}

#body-chats{
    background-color: #F8F4FF;
    width: 100%;
    height: 100%;
    margin:0;
}
#main-chats{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 75px 0;
}
footer{
    width: 100%;
    height: 10%;
    background-color: #A5B8E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer>ul {
    display: flex;
    justify-content: center;
}

.footer>ul>li {
    list-style-type: none;
}

.footer>ul>li>a {
    color: rgba(255, 255, 255, 0.783);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 32px;
}

.footer>ul>li>a:hover {
    color: rgb(255, 255, 255);
}
.vetka{
   width: 15%;
   height: 29%; 
}
.photouser{
    border: 1px solid #B18DD2;
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.250);
    padding:  3% 3%;
    z-index: 1;
}
#elf{
    width: 290px;
    height: 390px;
}

.hat{
    position: absolute;
    top: 230px;
    left: 65px;
    z-index: 2;
    display: flex;
    justify-content: left;
    position: absolute;
    top: -3%;
    right: 64%;
}

#hat{
    width: 141px;
    height: 178px;
}

.nameuser {
    display: flex;
    width: 65%;
    height: 12%;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}
#fio{
    font-size: 24px;
    color: #B18DD2;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 3px;
    padding: 0px;
}
#login{
    font-size: 24px;
    color: #b18dd2c0;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.info {
    border: 1px solid #B18DD2;
    width: 64%;
    height: 88%;
    display: flex;
    justify-content: left;
    flex-direction: column;
    position:absolute;
    top: 248px;
    left: 500px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.250);
    padding-left: 2.5%;
    padding-top: 2.5%;
    padding-right: 2.5%;
    gap: 19px;
}

.info>p {
    font-size: 24px;
    color: #B18DD2;
    text-align: left;
    padding: 0;
    margin: 0;
}

.o-sebe {
    border: 1px solid #B18DD2;
    width: 91%;
    height: 20%;
    display: flex;
    justify-content: flex-start;
    border-radius: 20px;
    background-color: white;
}

.o-sebe>p {
    font-size: 20px;
    color: #b18dd2b1;
    text-align: left;
    padding: 21px 23px;
    margin-bottom: 22px;
    margin-top: 0;
}
.osnovnaya-info{
    display: flex;
    flex-direction: row;
    gap: 125px;
    align-items: center;
}
.dr{
   display: flex;
   flex-direction: row; 
}
.zagolovok{
   font-size: 24px;
   color: #B18DD2;
   text-align: left;
   margin-left: 28px;
}
.znachenie{
   font-size: 20px;
   color: #b18dd29e;
   text-align: left;
   margin-left: 3px;
   padding-top: 8px;
}
.city{
   display: flex;
   flex-direction: row; 
}
#statistika{
    width: 670px;
    height: 157px;
    z-index: 3;
    position: relative;
}
.numbers{
   display: flex;
   flex-direction: row; 
   gap: 60px;
   z-index: 4;
   position: absolute;
   top: 280px;
   left: 0px;
}
.numbers > p{
   font-size: 40px;
   color: #b18dd2;
   text-align: center;
   text-shadow: 0 3px 5px rgba(0, 0, 0, 0.250);
   margin-left: 100px;
   margin-bottom: 20px;
}
.poyasnenie{
   display: flex;
   flex-direction: row; 
   gap: 80px;
   z-index: 4;
   position: absolute;
   top: 335px;
   left: 0px; 
}
.poyasnenie > p{
   font-size: 22px;
   color: #b18dd2;
   text-align: center;
   margin-left: 70px;
   margin-bottom: 20px;
}
.niz{
   display: flex;
   flex-direction: row; 
   gap: 80px;
   z-index: 4;
   position: absolute;
   top: 370px;
   left: 0px;  
}
.niz > p{
   display: flex;
   flex-direction: row; 
   z-index: 4;
   font-size: 20px;
   color: #b18dd2bd;
   position: absolute;
   top: 130px;
   left: 30px;
}
.niz > img{
   width: 12px;
   height: 13px;
   position: absolute;
   top: 157px;
   left: 130px;
}
.niz > button{
   color: rgba(255, 255, 255, 0.874);
   background-color: #B18DD2;
   border-radius: 10px;
   border-style: none;
   position: absolute;
   padding: 10px 20px;
   font-size: 20px;
   font-family: inherit;
   position: absolute;
   top: 140px;
   left: 435px;
   transform: scale(1);
   transition: transform 0.3s ease;
}
.niz > button:hover{
   transform: scale(1.1);
   cursor: pointer;
}
.pervaya-column{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.friends {
    border: 1px solid #95ABDB;
    background-color: white;
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: left;
    position:absolute;
    top: 750px;
    left: 163px;
    border-radius: 20px;
}
.shapka{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 7px;
}
.zagolovok1{
   font-size: 24px;
   color: #95ABDB;
   text-align: left;
   margin-left: 28px;
}
.znachenie1{
   font-size: 24px;
   color: #95abdbc5;
   text-align: left;
   margin-left: 3px;
}
.avatars{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7%;
}
.avatars > img{
    width: 70px;
    height: 68px;
}
.niz2{
   display: flex;
   flex-direction: row; 
   z-index: 4;
   font-size: 20px;
   color: #95ABDB;
   position: absolute;
   top: 157px;
   left: 15px;
}
.niz2 > img{
   width: 12px;
   height: 13px;
   position: absolute;
   top: 27px;
   left: 100px;
}

.new-post {
    border: 1px solid #95ABDB;
    background-color: white;
    width: 100%;
    height: 59%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    position:absolute;
    top: 1005px;
    left: 163px;
    border-radius: 20px;
}
.zagolovok2{
   font-size: 24px;
   color: #95ABDB;
   text-align: left;
   margin-left: 28px;
   margin-bottom: 0px;
}
.znachenie2{
   font-size: 20px;
   color: #95abdbc5;
   text-align: left;
   margin-left: 28px;
   margin-top: 10px;
}
.shapka1{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 7% 5%;
    gap: 36px;
}
.niz3{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    gap: 25px;
}
#camera{
    width: 24%;
    height: 90%;
}
#music{
    width: 16%;
    height: 85%;
}
.niz3 > img{
    width: 26px;
    height: 22px;
}
.niz3 > button{
   color: rgba(255, 255, 255, 0.874);
   background-color: #95ABDB;
   border-radius: 10px;
   border-style: none;
   position: absolute;
   padding: 8px 18px;
   font-size: 18px;
   font-family: inherit;
   position: absolute;
   top: -8px;
   left: 120px;
   transform: scale(1);
   transition: transform 0.3s ease;
}
.niz3 > button:hover{
   transform: scale(1.1);
   cursor: pointer;
}

.vtoraya-column {
    display: flex;
    flex-direction: column;
    border: 1px solid #B18DD2;
    background-color: white;
    width: 60%;
    height: 100%;
    justify-content: left;
    position:absolute;
    top: 850px;
    left: 500px;
    border-radius: 20px;
    padding-top: 2.5%;
    padding-bottom: 2%;
}
.shapka2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    gap: 5px;
}
.znachenie3{
   font-size: 24px;
   color: #b18dd29e;
   text-align: left;
   margin-left: 3px;
}

.photo-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    height: 53%;
    gap: 19px;
}
#photo1{
    width: 23%;
    height: 100%;
}
.photo-1 > img{
    width: auto;
    height: 230px;
}

.photo-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    height: 45%;
    gap: 19px;
}

#photo4{
    width: 23%;
    height: 100%;
}
.photo-2 > img{
    width: auto;
    height: 195px;
}
.niz4{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-top: 2%;
}
.niz4 > img{
    width: 10px;
    height: 9px;
    position: absolute;
    top: 184px;
    left: 100px;
}
.niz4 > p{
   display: flex;
   flex-direction: row; 
   z-index: 4;
   font-size: 20px;
   color: #95ABDB;
   position: absolute;
   top: 155px;
   left: 0px;
}

.chats {
    display: flex;
    flex-direction: column;
    border: 1px solid #95ABDB;
    background-color: white;
    width: 80%;
    height: 63%;
    border-radius: 20px;
}

.zagolovok3 {
    font-size: 24px;
    color: #95ABDB;
    text-align: left;
    margin-left: 40px;
}

.shapka3 {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elements {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding-right: 40px;
    gap: 20px;
}

.elements>img {
    display: flex;
    flex-direction: row;
    width: 3%;
    height: 54%;
}

.first-stroka {
    display: flex;
    flex-direction: row;
    gap: 21px;
    justify-content: center;
    padding-bottom: 41px;
}

.first-column {
    width: 21%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.messages {
    display: flex;
    flex-direction: column;
    border-style: none;
    background-color: #E3D9ED;
    width: 100%;
    height: 23%;
    justify-content: center;
    border-radius: 20px;
}

.messages>p {
    color: rgba(255, 255, 255, 0.733);
    font-size: 20px;
    padding-left: 10px;
}

.messages>.vse {
    color: rgb(255, 255, 255);
}

.calls {
    display: flex;
    flex-direction: column;
    border-style: none;
    background-color: #E3D9ED;
    width: 100%;
    height: 51%;
    justify-content: center;
    border-radius: 20px;
}

.calls>p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    margin-bottom: 0;
}

.spisok {
    width: 100%;
    height: 83%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.recently {
    width: 100%;
    height: 1%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: left;
}

.recently>p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.735);
    margin: 10px;
    margin-left: 20px;
    margin-right: 0;
}

.recently>img {
    width: 9%;
    height: 88%;
}

.second-column {
    width: 71%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    gap: 18px;
}

.poisk {
    display: flex;
    flex-direction: row;
    border-style: none;
    background-color: #95abdb8e;
    width: 100%;
    height: 10%;
    justify-content: left;
    border-radius: 20px;
    align-items: center;
}

.elements1 {
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.elements1>img {
    width: 12%;
    height: 100%;
}

.elements1>p {
    color: white;
    font-size: 24px;
    display: flex;
}

.chats-friends {
    display: flex;
    border: 1px solid #95ABDB;
    width: 100%;
    height: 77%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    border-radius: 20px;
    padding: 26px 0;
}

.person1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 18%;
    align-items: center;
}

.person {
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
    gap: 22px;
}

.fio-column {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 43px;
}

.fio-column2 {
    width: 82%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 43px;
}

.fio>p {
    font-size: 20px;
    color: #95ABDB;
    margin: 0;
    padding: 0;
}

.fio {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.person>img {
    width: 69%;
    height: 18%;
}

.knopka {
    display: flex;
    flex-direction: column;
    width: 13%;
    height: 100%;
    justify-content: flex-start;
}

.knopka>img {
    width: 25%;
    height: 41%;
}

#line {
    width: 93%;
    height: auto;
}

#message {
    color: #95abdb8b;
}
.chats-friends-with-line{
    display: flex;
    flex-direction: column;
}

/* Адаптация шапки для узких экранов */
@media (max-width: 720px) {
    nav>ul>li>a {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    main {
        display: flex;
        gap: 20px;
        align-items: center;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        /* центрирование изображения */
        background-size: cover;
        /* масштабирует картинку, покрывая всю область без искажений */
        background-attachment: scroll;
    }

    .forma {
        width: 100%;
        height: auto;
        display: flex;
        box-sizing: border-box;
        /* justify-content: center; */
        align-items: center;
        gap: 20px;
        /* border: 1px solid #95ABDB; */
        border-radius: 50px;
        /* margin: auto; */
        /* color: #95ABDB; */
        margin-top: 150px;
        margin-bottom: 150px;
        /* background-color: #F8F4FF; */
    }

}