body{
    background-color: #BABE0C;
    color:#000;
}

.instagram-link {
    font-size:50px!important;
    margin-top:30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: black!important;
    font-size: 24px;
    border-radius: 12px; /* Standard IG rounded corner look */
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .instagram-link:hover {
    transform: scale(1.1); /* Slight pop on hover */
    text-decoration: none;
    color:#fff!important
  }