                * {
            background-color: #0e0f12;
            text-align: center;
        }
            .comentarios {
  
      padding: 40px;
      max-width: 800px;  
      margin: 0 auto;    
      background-color: transparent; 
      border-radius: 12px; 
}

::-webkit-scrollbar {
  width: 10px; 
}

::-webkit-scrollbar-track {
  background: #2a2a2a; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #9d4edb, #e060a6);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #e060a6, #9d4edb);
}

h1 {
            color: #ffffff;
            font-family: Arial, sans-serif;
            text-shadow:  black 2px 2px 2px;
        }

#sexo {
            text-align: center;
            margin-top: 20px;
        }

#sexo2 {
            text-align: center;
            margin-top: 100px;
        }