@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #2f2f2f;
  font-family: "Comfortaa", sans-serif;
  color: white;
}

.container {
  width: 360px;
  height: 740px;
  margin: 0 auto;
  background: url('./imgs/Rectangle\ 1\ \(2\).png') no-repeat center center;
  background-size: cover;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.data {
  color: #fdd;
}

h1 {
  text-align: center;
  font-size: 22px;
  margin: 10px 0;
}

.stitch img {

  border-radius: 30px;
  width: 160px;
  height: auto;
  margin: 10px 0;
}

h2 {
  text-align: center;
  font-size: 22px;
  margin: 5px 0 15px;
}

.destaque {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
}

.mensagem {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
  overflow-y: auto;
  max-height: 380px;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

@media (max-width: 400px) {
  .container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .mensagem {
    max-height: 45vh;
    font-size: 14px;
  }

  .stitch img {
    width: 180px;
  }
}
@media (max-width: 320px) {
  .container {
    padding: 10px;
  }

  h1, h2 {
    font-size: 18px;
  }

  .texto {
    font-size: 14px;
  }

  .botao {
    font-size: 18px;
    padding: 8px 16px;
  }

  .mensagem {
    font-size: 13px;
  }
}

/* Altura ajustável para diferentes tamanhos de tela */
html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 401px) {
  .container {
    max-width: 480px;
    padding: 30px;
    border-radius: 15px;
  }

  h1 {
    font-size: 36px;
  }

  .texto {
    font-size: 24px;
  }

  .bears img, .emoji img {
    width: 300px;
    height: auto;
  }

  .botao {
    font-size: 26px;
    padding: 12px 24px;
  }

  .stitch img {
    width: 240px;
  }

  .mensagem {
    font-size: 17px;
    max-height: 450px;
  }

  h2 {
    font-size: 26px;
  }

  .destaque {
    font-size: 26px;
  }
}

@media (min-width: 501px) {
  .container {
    max-width: 600px;
    padding: 40px;
    border-radius: 20px;
  }

  h1, h2 {
    font-size: 40px;
  }

  .texto {
    font-size: 28px;
  }

  .botao {
    font-size: 30px;
  }

  .mensagem {
    font-size: 18px;
    max-height: 500px;
  }

  .stitch img, .bears img, .emoji img {
    width: 320px;
  }
}
@media (max-width: 400px) {
  .container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .bears img, .emoji img {
    width: 320px;
  }

  h1 {
    font-size:33px;
  }

  .texto {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .container {
    padding: 10px;
  }

  h1, h2 {
    font-size: 18px;
  }

  .texto {
    font-size: 14px;
  }

  .botao {
    font-size: 18px;
    padding: 8px 16px;
  }

  .mensagem {
    font-size: 13px;
  }
}

/* Altura ajustável para diferentes tamanhos de tela */
html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 401px) {
  .container {
    max-width: 480px;
    padding: 30px;
    border-radius: 15px;
  }

  h1 {
    font-size: 36px;
  }

  .texto {
    font-size: 24px;
  }

  .bears img, .emoji img {
    width: 300px;
    height: auto;
  }

  .botao {
    font-size: 26px;
    padding: 12px 24px;
  }

  .stitch img {
    width: 180px;
  }

  .mensagem {
    font-size: 17px;
    max-height: 450px;
  }

  h2 {
    font-size: 26px;
  }

  .destaque {
    font-size: 26px;
  }
}

@media (min-width: 501px) {
  .container {
    max-width: 600px;
    padding: 40px;
    border-radius: 20px;
  }

  h1, h2 {
    font-size: 40px;
  }

  .texto {
    font-size: 28px;
  }

  .botao {
    font-size: 30px;
  }

  .mensagem {
    font-size: 18px;
    max-height: 500px;
  }

  .stitch img, .bears img, .emoji img {
    width: 320px;
  }
}
.botao:hover{
  background-color:  rgb(236, 2, 2);
  color: white;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
@media (min-width: 410px) and (min-height: 901px) {
  .container {
    width: 450px;
    min-height: 1000px;
    padding: 40px 30px;
    border-radius: 20px;
    gap: 20px;
  }

  h1 {
    font-size: 40px;
    margin-top: 20px;
  }

  h2 {
    font-size: 38px;
  }

  .texto {
    font-size: 32px;
  }

  .botao {
    font-size: 28px;
    padding: 14px 28px;
    margin-top: 20px;
  }

  .bears img,
  .emoji img,
  .stitch img {
    width: 320px;
    height: auto;
  }

  .mensagem {
    font-size: 18px;
    max-height: 500px;
    line-height: 1.7;
  }

  .destaque {
    font-size: 38px;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) and (min-height: 720px) {
  .container {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    padding: 30px 20px;
    border-radius: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  h1 {
    font-size: 36px;
    text-align: center;
  }

  h2 {
    font-size: 28px;
    text-align: center;
  }

  .texto {
    font-size: 22px;
    text-align: center;
  }

  .botao {
    font-size: 24px;
    padding: 12px 24px;
    margin-top: 20px;
    border-radius: 40px;
  }

  .bears img,
  .emoji img,
  .stitch img {
    width: 300px;
    max-width: 90%;
    height: auto;
    margin: 15px auto;
  }

  .mensagem {
    font-size: 17px;
    max-height: 450px;
    overflow-y: auto;
    padding: 20px;
    line-height: 1.7;
  }

  .destaque {
    font-size: 24px;
  }

  .topo {
    font-size: 16px;
  }
}
