.banner-holder{
    background: url(https://cdn.pixabay.com/photo/2018/03/25/08/19/gold-3258751_960_720.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.account-img{
    background: url(https://cdn.pixabay.com/photo/2023/02/28/07/48/women-7820139_960_720.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

a.f-hover:hover{
   font-weight: bold;
}

.hover:hover{
      background: #dd9d12;
      border: none;
      border-radius: 4px;
      color: white;
}

.hover>a:hover{
    background-color:#dd9d12;
    color: white;
}

.card:hover{
    transform: scale(1.02);
    transition: .4s ease-in-out;
}

.custom-nav{
    backdrop-filter: blur(8px);
}

.insta{
    background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

 svg{
        max-height: 4vh;
        max-width: 4vw;
      }