    body {
        font-family: 'Josefin Sans';
        margin: 0;
        padding: 15px;
        background-color: rgb(20, 16, 25);
      }
      .wrap {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
      }
      .profile {
        text-align: center;
        color: #FFF;
        margin-bottom: 20px;
      }
      .photo {
        height: 200px;
        width: 100%;
        margin: 15px 0;
      }
      .img{
        margin: 60% auto;
        animation: fadeIn 2s;
        height: 100%;
        width: 200px;
        border-radius: 50%;
        background: url("baki.jpg");
        background-position: center;
        background-size: cover;
        /* margin: 0 auto; */
      }
      .profile_name {
        font-weight: bold;
        display: block;
        margin: 8px 0;
        animation: fadeIn 3s;
      }
      .at {
        font-size: 13px;
        animation: fadeIn 3s;
        margin: 5px 0;
      }
              @keyframes fadeIn {
                0% { opacity: 0; }
                100% { opacity: 1; }
              }



.custom-btn {
  width: 100%;
  height: 45px;
  color: #3b3a3d;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Josefin Sans';
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
  outline: none;
}



.btn-8 {
  background-color: /* #f0ecfc; */ #3b3a3d;
  background-image: linear-gradient(315deg, #3b3a3d 0%, #3b3a3d 74%);
  line-height: 42px;
  padding: 0;
  margin: 14px 0;
  animation-delay: 4s;
  animation: fadeIn 3s;
  border: none;
  position: ;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-8 span a{
  text-decoration: none;
  color: white;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #97eb9d;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8 span:hover{
  color: /* #c797eb; */ #97eb9d;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #97eb9d;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
/*     Social Icons    */
.sociaicon{
  display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.socialsanimate{
  transition: transform 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 0;
}

.socialsalign{
  padding-left: 22px;
  padding-right: 22px;
  color: inherit;
  text-decoration: underline;
}
.socialsanimate svg {
    pointer-events: none;
}
.socialssvg{
    margin-top: 8px;
    fill: rgb(255, 254, 254);
    width: 32px;
    height: 32px;
}

.custom-btn a {
  display: flex;
  justify-content: center; /* Wyrównanie tekstu na środku */
  align-items: center;     /* Wyrównanie tekstu pionowo na środku */
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  box-sizing: border-box;  /* Upewnij się, że padding nie wpływa na szerokość */
}

.custom-btn a i {
  margin-right: 10px; /* Dodajemy trochę odstępu między ikoną a tekstem */
}

.custom-btn:hover a {
  color: #97eb9d;
}
