html {
    background-color: #202020;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.btn-custom {
    background-color: #4867aa;
    color: white; /* Cambia el color del texto para que sea legible */
  }

.btn-custom2 {
    background-color: #7d8590;
    color: white;
}

body {
    background-color: #202020;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif!important;
}