body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #5f3789;
      color: #f5f5f5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }
#cchub-logo{
      width: 100%
      }
    h1 {
      font-size: 3rem;
      margin: 0;
    }
    h2 {
      font-size: 1.5rem;
      font-weight: 400;
      margin: 20px 0;
      color: #ccc;
    }
    footer {
      position: absolute;
      bottom: 15px;
      font-size: 0.8rem;
      color: #f5f5f5;
    }





