       body {
            padding: 0;
            display: flex;
            background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
            font-family: "Poppins", serif;
            color: white;
            text-align: center;
            margin:auto;
            justify-content: center;
        }
        .description {
            text-align: center;
        }
        .privacy .description {
            text-align: left;
        }
        .terms .description {
            text-align: left;
        }
        ul {
            list-style: none;
        }
        .flex-container {
            max-width: 850px;
            padding: 20px;
        }
        .tmH {
            padding-left:15px;
        }
        h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            font-weight: 300;
        }
        .item {
            text-align: center;
        }
        p {
            font-size: 1.2rem;
            line-height: 1.5;
        }
        .tm {
            font-size: 1.8rem;
            vertical-align: text-top;
            padding-left: 15px;
            padding-top: 10px;
        }
        .footer {
            clear:both;
            padding-bottom:40px;
        }
        a {
            color: white;
            text-decoration: underline;
        }
        .logo {
            width:200px;
        }
        .home {
            min-height: 100dvh;
            text-align:center;
            align-items: center;
        }
        .terms {
            min-height:350dvh;
            text-align:left;
        }
        .privacy {
            min-height:350vh;
            text-align:left;
        }
        .privacy p {
            font-size: 1.0em;
        }
        .terms p {
            font-size: 1.0em;
        }
        .privacy .item {
            text-align: center;
        }
        .about .item {
            text-align: center;
        }
        .terms .item {
            text-align: center;
        }
        .investor .item {
            text-align: center;
        }
        .investor {
            align-items: center;
            min-height: 100dvh;
        }
        .about {
            min-height: 100dvh;
            align-items: center;
        }
        .investor .description h3
        {
            text-align: center;
        }
