body {
  background-color: #8E0401;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}

.content-wrapper {
  flex: 1;
  margin-bottom: 1rem;
}

.lq-logo {
  display: block;
  margin: 2.5rem auto 1rem auto;
  width: 55%;
}

.title {
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 70%;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #f5f5f5;
  text-align: center;
}

.link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  color: #8E0401;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  width: 70%;
  min-height: 6rem;
  margin: 1rem 0;
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.delivery-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  max-height: 50%;
}

.delivery-subtitle {
  margin-top: 0.4rem;
}

footer {
  background-color: #a84f4d;
  padding: 1rem 0;
  width: 100%;
}

.footer-item {
  display: flex;
  align-items: center;
  margin: 1rem auto 1rem auto;
  width: 80%;
  text-decoration: none;
}

.footer-icon {
  max-width: 1.6rem;
  margin-right: 0.5rem
}

.footer-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #f5f5f5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lq-logo {
    margin: 2.5rem auto 1rem auto;
    width: 45%;
  }

  .link {
    font-size: 1.8rem;
    width: 50%; 
    min-height: 7.5rem;
  }

  .delivery-logo {
    max-width: 50%;
    max-height: 50%;
  }

  .footer-icon {
    max-width: 2rem;
    margin-right: 0.5rem
  }

  .footer-text {
    font-size: 1.3rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .lq-logo {
    width: 20%;
  }

  .link {
    font-size: 1.5rem;
    width: 25%; 
    min-height: 7rem;
  }

  .delivery-logo {
    max-width: 45%;
    max-height: 45%;
  }

  .delivery-subtitle {
    margin-top: 0.8rem;
  }
}

@media (min-width: 1201px) {
  .lq-logo {
    width: 16%;
  }

  .link {
    font-size: 1.5rem;
    width: 20%; 
    min-height: 6rem;
  }

  .delivery-logo {
    max-width: 40%;
    max-height: 40%;
  }
}