.container_main{
    width: 100%;
    height: 100%;
    display: flex;
}
.con_left{
    width: 50%;
    height: 100%;
}
.con_right{
    width: 50%;
    height: 100%;
}
.img_1{
    width: 80%;
    height: 100%;
}
.btn_down{
    display: block;
}
.link-a{
    text-decoration: none;
    color: black
}
.link-figma{
    text-decoration: none;
    color:black;
}
.btn_figma{
   position: relative;
   left: 120px;
   top:-20px; 
   font-size: 14px;
}
.title{
    font-size: 25px;
    font-weight: bold;
}

