body {
      margin: 0;
      font-family: 'League Spartan';
      background: #fff;
      color: #1a1a1a;
    }

    h1 {
      font-size: 3rem;
      font-weight: 800;
      margin: 1rem 0;
      align-self: center;
    }

    h3 {
      font-size: 1.5rem;
      font-weight: 800;
      margin: 0.5rem 0;
      align-self: self-start;
    }

    h5 {
      font-size: 1.25rem;
      font-weight: 800;
      margin: 0.2rem 0;
      align-self: self-start;
    }

    .remark {
      font-size: 0.9rem;
      font-weight: 800;
      margin: 0;
      display: inline-block;
    }

    header {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 60px;
    }

    header .logo {
      font-size: 2.5rem;
      font-weight: bold;
      color: #e6005c;
    }
    
    #terms-of-service-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    #terms-of-service-section{
      text-align: left;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-width: 1000px;
      padding: 5%;
    }

    ul{
      padding: 0;
      align-self: flex-start;
    }

    p, li {
      font-size: 18px;
      color: #444;
      text-align: justify;
      align-self: self-start;
    }


    /* --- Footer --- */
    footer {
      background: #0f172a;
      color: #ccc;
      padding: 60px 20px;
      font-size: 14px;
    }
    .footer-container {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 40px;
    }
    .footer-brand h3 {
      color: #e6005c;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .footer-brand p {
      margin-bottom: 20px;
      font-size: 14px;
      color: #bbb;
    }
    .socials a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #e6005c;
      color: white;
      text-align: center;
      line-height: 32px;
      margin-right: 8px;
      text-decoration: none;
      font-weight: bold;
    }
    .footer-links h4 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #fff;
    }
    .footer-links a {
      display: block;
      color: #ccc;
      text-decoration: none;
      margin-bottom: 8px;
      font-size: 14px;
    }
    .footer-bottom {
      border-top: 1px solid #334155;
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      font-size: 13px;
      color: #aaa;
    }
    .footer-bottom a {
      color: #ccc;
      margin: 0 10px;
      text-decoration: none;
      font-size: 13px;
    }