body {
  margin: 0;
  padding: 0;
  background-image: url('rosa.jpg');
  background-repeat: repeat;
  background-position: top center;
  font-family: 'Press Start 2P', monospace;
  color: #222;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Cursor personalizado usando imagem PNG (precisa estar na pasta do site) */
  cursor: url('kitty.png') 0 0, auto;
}

.quadrado {
  width: 1350px;
  height: 770px;
  background-color: #fff0f6;
  border: 4px solid #FABCD7;
  box-shadow: 8px 8px 0px #FABCD7;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  image-rendering: pixelated;
  border-radius: 15px;
}

.foto-container {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.foto-canto {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 8px;
  border: none;
  border-radius: 10px;
}

.nome {
  font-size: 0.7rem;
  color: #000;
  display: flex;
  align-items: center;
  user-select: none;
  gap: 6px;
}

.nome span.texto-mila {
  font-size: 0.9rem;
  color: #cf3879;
}

.nome img.estrela-img {
  width: 28px;
  height: 28px;
}

.nome img.hello-gif {
  width: 60px;
  height: 30px;
}

.topo-titulo {
  margin: 0;
  font-size: 1.1rem;
  color: #cf3879;
  margin-top: 10px;
  font-family: 'Press Start 2P', monospace;
}

.welcome-emoji {
  font-family: system-ui, sans-serif;
}

.about-me {
  font-size: 1.1rem;
  color: #cf3879;
  margin-top: 190px;
  margin-left: -350px;
  text-align: left;
  font-family: 'Press Start 2P', monospace;
  position: relative;
  z-index: 1;
}

.about-text {
  font-family: 'Press Start 2P', monospace;
  font-size: 0.85rem;
  color: #ff8cbe;
  margin-left: 0px;
  margin-top: 5px;
  max-width: 480px;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  position: relative;
  z-index: 1;
}

.about-text a {
  color: #ff8cbe;
  font-weight: bold;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.about-text a:hover {
  text-decoration: underline;
}

.imagem-jeff {
  position: absolute;
  right: 30px;
  top: 200px;
}

.img-jeff {
  width: 230px;
  border-radius: 10px;
  border: 3px solid #fabcd7;
  image-rendering: pixelated;
}

.portfolio-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: 'Press Start 2P', monospace;
  font-size: 1.1rem;
  color: #cf3879;
  text-decoration: none;
  user-select: none;
}

.portfolio-link span {
  font-weight: bold;
}

.portfolio-emoji {
  font-family: system-ui, sans-serif;
}

.emoji {
  font-family: system-ui, sans-serif;
}

.bichinho-container {
  position: absolute;
  top: 380px;
  left: 30px;
  width: 220px;
  height: auto;
}

.img-bichinho {
  width: 280px;
  height: auto;
  border-radius: 11px;
  image-rendering: pixelated;
  border: none;
}
