@font-face {
  font-weight: 500;
  font-style: normal;
}

body{
  margin: 0;
}



.linktree-wrapper{
  background-image: url(img/background.jpg);
  background-size: cover;
  padding: 30px;
  height: 92vh;
  font-family: 'Galano', sans-serif !important;
  &:before{
    //content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
  }
  .linktree-info{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    color: #fff;
    img{
      max-width: 150px;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      margin: 0 auto;
      display: block;
    }
    .name-heading{
      text-align: center;
      width: 100%;
      padding-top: 30px;
      font-size: 17px;
      padding-bottom: 30px;
    }
    .btn-wrapper{
     .linktree-btn{
        font-size: 14px;
        background: #fff;
        padding: 16px 20px;
        margin-bottom: 20px !important;
        border-radius: 50px;
        margin: 0 auto;
        display: block;
        width: 250px;
        text-align: center;
        transition: all 0.4s;
        transform: scale(1);
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        color: #0a0b0d;
       text-decoration: none;
        &:hover{
          transform: scale(1.1);
        }
      } 
    }
    .footer-social{
      display: block;
      height:100px;
      .lt-social{
        background: #fff;
      }
    }
  }
}