html, body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #111;
  font-family: 'Montserrat', Arial, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

#stars-bg {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.center-viewport {
  min-height: 100vh;
  min-width: 100vw;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.container {
  margin: 0;
  position: relative;
  background: rgba(25, 25, 28, 0.96);
  padding: 2.2rem 2.4rem;
  border-radius: 2rem;
  box-shadow: 0 6px 32px 0 rgba(251,226,93,0.08), 0 2px 8px 0 rgba(255,255,255,0.04);
  text-align: center;
  width: 100%;
  max-width: 410px;
}

.title {
  color: #FBE25D;
  text-shadow: 0 0 12px #fff, 0 2px 12px #fff8;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fetch-btn {
  background: linear-gradient(90deg, #FBE25D 10%, #FF9234 90%);
  color: #1a1a1a;
  border: none;
  padding: 1rem 2.4rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0 0 14px #FBE25D55;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}

.fetch-btn:hover {
  background: linear-gradient(90deg, #ffe66d 5%, #faad54 95%);
  box-shadow: 0 0 30px #FBE25D99;
}

.image-box {
  margin-top: 2rem;
  min-height: 52px;
}

.frase-espiritual {
  color: #ffe066;
  font-size: 1.38rem;
  font-weight: bold;
  text-shadow: 0 0 10px #fff8, 0 2px 8px #fbe25d99;
  margin-top: 1.3rem;
  padding: 1rem 0.6rem;
  border-radius: 12px;
  word-break: break-word;
}

footer {
  display: block;
  color: #bbb;
  font-size: 0.92rem;
  margin: 2.3rem 0 1.1rem 0;
  letter-spacing: 1px;
  text-align: center;
  width: 100vw;
}

.logo-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 18px #FBE25D88;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 18px #FBE25D88;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.frase-espiritual {
  color: #ffe066;
  font-size: 1.21rem;
  font-weight: bold;
  text-shadow: 0 0 10px #fff8, 0 2px 8px #fbe25d99;
  margin-top: 1.2rem;
  padding: 1rem 0.6rem;
  border-radius: 12px;
  word-break: break-word;
}


@media (max-width: 600px) {
  .center-viewport {
    min-height: 100vh;
    justify-content: flex-start;
    padding-top: 5vh;
  }
  .container {
    max-width: 97vw;
    padding: 1.4rem 1rem;
  }
  .title {font-size: 1.25rem;}
  .frase-espiritual {font-size: 1.01rem;}
  footer {font-size: 0.81rem;}
}
