html.linktree-page {
  margin: 0 !important;
}
.linktree {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.linktree header {
  text-align: center;
  padding: 2rem;
}
.linktree main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.linktree-logo {
  width: 150px;
  margin-top: 1rem;
}
.linktree-ul {
  width: 90%;
  margin: 0 auto;
}

.linktree-li {
  margin-bottom: 0.5rem;
  text-align: center;
}

.linktree-li a {
  padding: 1rem;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.linktree-link-image {
  width: 40px;
}
.linktree-instagram {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.linktree footer {
  text-align: center;
}
