body {
      font-family: Arial, sans-serif;
      background: linear-gradient(to right, orange, darkorange);
      color: white;
      text-align: center;
      padding: 100px;
    }
    h1 { font-size: 3em; }
    p { font-size: 1.2em; }