body {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    background-color: #0404ac;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }

  .gradient-background {
    background-image:
        linear-gradient(to bottom, transparent 90%, white 100%);
    background-repeat: no-repeat;
    background-color: #0404ac; 
    height: 400px; 
    width: 100%;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff00;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  h1, h2, h3 {
    margin-bottom: 20px;
  }
  
  h1 {
    color: #ffffff;
    border-bottom: 3px solid #42ff51;
    /*display: inline-block;*/
    text-align: center;
    padding-bottom: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .headingContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  h2, h3 {
    color: #42ff51;
  }
  
  ul, li {
    padding: 0;
    list-style-type: disc;
  }
  
  li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 30px;
  }
  
  img {
    max-width: 100%;
  }

  .primaryColor {
    color: #0404ac;
  }
  
  .img-chatGPT {
    width: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .img-codex {
    width: 120px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  
  a {
    color: #fff;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    background-color: #42ff51;
    font-weight: bold;
    color: #0404ac;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .italic {
    font-style: italic;
  }
  
  hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(106, 59, 124, 0), rgba(255, 255, 255, 0.75), rgba(106, 59, 124, 0));
  }