body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #e0f2fe 0%, #d6eefe 100%);
    text-align: center;
    
  }
  
  header {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    text-align: center;
  }
  
  main {
    margin: 0 auto;
    text-align: left;
    padding: 20px;
  }
  
  p {
    line-height: 1.5;
  }
  
  h2 {
    text-align: center;
  }

  section {
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  li {
    margin-bottom: 5px;
  }
  
  footer {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  
  .coming-soon {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
  }
  