
  body {
    background-color: #0f172a;
    color: white; /* Para que el texto sea legible */
  }
  
  .contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .boton-ancho {
  width: 400px; /* o el valor que desees */
  height: 100px; /* o el valor que desees */
}