html, body { height: 100%; }

@media (max-width: 600px) {
  body{
    min-height: 100vh;
    background: #000 url("/img/fondo linktree MOBILE (1).jpg") center / cover no-repeat;
  }
}


@media (min-width: 601px) {
  body {
    background-image: url(/img/fondo\ linktree\ lde\ 2026-02.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/WorkSans-Regular.ttf') format('truetype');
}

.button {
  background-color: #1d70b7 !important;
  color: white;
  box-shadow: none !important;
  width: 80%;
  padding: 15px;
  font-size: 18px;
  border-radius: 1rem;
}
.imagen-logo {
  width: 85%;
  max-width: 400px;
  height: auto;
  display: inline-block;
}
.texto {
  color: #000000;
}

.subtitulostrong {
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
}

.titulo {
  color: #000000;
  font-family: 'Arial';
  font-size: 3em;
}
