body{
    background-color:#0B3333 ;
    background-image:url('images/Group72.svg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
}
 .logo{
   text-align: center;
   max-width: 100%;
   padding: 35px 0 0 0;
}
.img-center img{
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 100%;
}
.insta-btn{
    position: relative;
    text-align: center;
    border-radius: 12px;
border: 2px solid #000;
background: #FFC10E;
box-shadow: -4px 4px 0 0 #000;
padding: 16px 60px;
justify-content: center;
align-items: center;
gap: 12px;
color: #1D1D1B;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
margin-bottom: 20px;

}
