*{
    font-family: 'Poppins', sans-serif;
}

body {
    /*background: url("https://www.w3schools.com/howto/img_link_tree_template2_bg.jpg");  https://i.ibb.co/3f3mbh9/fundo.png*/
    background: url("https://i.ibb.co/DWhWm3b/imagem-s-fundo.png");
    background-color: #e6eff7;
    background-repeat: no-repeat;
    background-image : url('../images/imagem_fundo_linktree.jpeg');
   /* background-position: top right, center;*/
    background-size: cover;
  }
  

  .container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .links-container a {
    width: 70%;
    
  }
  
  .w3-theme-l1{
    background-color: #2b2929;
    color: #fff;
  }
  .w3-theme-l1:hover {
    background-color: #000000;
    transition: 0.6s;
  }
  
  .margin-top-2 {
    margin-top: 32px;
  }
  
  .bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
  }
  
  .bottom span {
    color: #000000;
  }
  
  .bottom svg {
    stroke: #000000;
    fill: #000000;
  }
  
  @media (min-width: 768px) {
    .link {
      width: 100%;
    }
    .links-container a {
        width: 60%;
      }
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  