body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    color: #333;
  }
  h1 {
    font-size: 2rem;
    color: #f00;
  }
  .warning {
    font-size: 1.3rem;
    font-weight: bold;
    color: #c00;
  }