  body {
      font-family: Arial, sans-serif;
      background-color: #f0f0f0;
      margin: 0;
      padding: 0;
      height: 100vh;
      /* Full viewport height */
  }

  .content-wrapper {
      text-align: center;
  }

  .logo {
      width: 150px;
      /* Adjust width as needed */
      margin-bottom: 20px;
      /* Space between logo and title */
  }