  body {
        font-family: Arial, sans-serif;
        text-align: center;
        background: #f9f9f9;
        color: #333;
      }
      h2 {
        font-size: 2.5em;
        margin: 60px 0 20px;
        font-weight: bold;
        color: red;
      }
      p {
        font-size: 1.2em;
        margin-bottom: 20px;
        text-align: center;
        color: #0f79be;
      }
      a {
        color: #0f79be;
        text-decoration: none;
        font-weight: bold;
      }
      a:hover {
        text-decoration: underline;
      }
      .slide-text h2 {
        font-size: 57px;
      }