.big1{
    border: 2px solid black;
    width: 800px;
    height: 600px;
}
.big2{
    border: 2px solid black;
    width: 800px;
    padding: 2px;
}
.pos_a{
    height: 60px;
    width: 150px;
    background-color: antiquewhite;
    position: absolute;
    border: 1px solid black;
    padding-left: 4px;
}
.pos_f{
    height: 60px;
    width: 150px;
    background-color: antiquewhite;
    position: fixed ;
    top: 500px; right: 20px;
    border: 1px solid black;
    padding-left: 4px;
}
.pos{
    height: 60px;
    width: 150px;
    background-color: antiquewhite;
    position: static;
    border: 1px solid black;
    padding-left: 4px;
}
.pos_r{
height: 60px;
width: 150px;
background-color: antiquewhite;
position: relative;
 left: 40px;
border: 1px solid black;
padding-left: 4px;
}
.pos_sy{
    height: 60px;
    width: 150px;
    background-color: antiquewhite;
    position: -webkit-sticky;
    position: sticky;
    top: 500px; left: 162px;
    border: 1px solid black;
    padding-left: 4px;
}
.insta{
    width: 400px;
    height: 400px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 50px;
    background: linear-gradient(20deg, rgb(222, 238, 6),rgb(228, 8, 63), rgb(8, 5, 196));
}
.angled-gradient{
    background: linear-gradient(70 deg, violet, yellow);
}
.in_in{
    width: 250px;
    height: 250px;
    border-radius: 80px;
    border: 25px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insta_k{
    width: 100px;
    height: 100px;
    border: 25px solid white;
    border-radius: 100%;
}
.tochka{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: white;
    position: relative;
    left: 105px;
    bottom: 50px;
}
.pen{
    position: absolute;
    left: 50px;
    top: 150px;
    width: 100px;
    height: 400px;
    border-radius: 10px;

}
.ris{
    width: 100%;
    height: 150px;
    background-color: rgb(206, 146, 104);
    position: absolute;
    top: -122px;
    clip-path: polygon(50% 0%, 100% 90%, 100% 100%, 0% 100%, 0% 90%);
    box-shadow: inset  0 45px rgb(0, 0, 0);
}
.l1{
    position: absolute;
    width: 33px;
    height: 100%;
    background-color: rgb(58, 204, 189);
    border-radius: 100px 100px 0 20px ;
    
}
.l2{
    position: absolute;
    left: 33px;
    width: 34px;
    height: 100%;
    background-color: rgb(109, 230, 217);
    border-radius: 100px 100px 0 0;
}
.l3{
    position: absolute;
    left:67px;
    width: 33px;
    height: 100%;
    background-color: rgb(126, 226, 216);
    border-radius: 100px 100px 20px  0;
}

