body {
    text-align: center;
    background-color: #0d1117;
    color: white;
  }
  
  h1 {
    color: bisque;
    font-family: Arial, sans-serif;
  }
  
  input {
    padding: 5px;
    font-size: 16px;
  }
  
  button {
    padding: 8px 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .red{
    background-color: red;
  }
  
  #mensaje {
    color: antiquewhite;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-top: 20px;
  }
  