  body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    background: linear-gradient(to right, #ffecd2, #fcb69f);
    color: #222;
    padding: 24px;
  }

  
  .copyright-container1 {
      width: 1367px;
      background-color: #4c433b;
      padding: 15px 0;
      position: absolute;
      margin-top: -25px;
      margin-left: -25px;
  }

  .copyright-text1 {
      color: #fff;
      font-size: 2em;
      text-align: center;
      margin: 25px;
      font-family: Arial, sans-serif;
  }

  
  .html-info {
    background-color: #fff3e0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .html-info h2 {
    color: #d35400;
  }

  .html-info ul {
    line-height: 1.6;
  }

  
  .copyright-container {
    width: 1367px;
    background-color: #4c433b;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    margin-top: 74px;
    margin-left: -25px;
  }

  .copyright-text {
    color: #f1f1f1;
    font-size: 15px;
    margin: 8px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
  }