* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0e0e0e;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

img {
  max-width: 80%;
  height: auto;
}

h1 {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #f5f5f5;
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  img {
    max-width: 90%;
  }
}

/* Desktop */

.logo-himaaya {
  width: auto;
  height: 35vh; 
  display: block;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .logo-himaaya {
        height: 30vh;
    }
}

/* Movil */
@media (max-width: 767px) {
    .logo-himaaya {
        height: 23vh;
    }
}

.poppins-thin {
  font-family: "poppins-thin", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  color: #cdcdcd;
  text-align: center;
  margin-top: 2rem;
  margin-top: -1px;
}

[data-aos] {
  display: flex;
  justify-content: center;
  align-items: center;
}