<style>

            body {

                align-items: center;
                justify-content: center;
                background-color: #F4F5FF;
            }

            p {
                /*width: 100%;
                left: 0px;*/
                font-size: 16px;
                font-family: 'DM Sans', sans-serif;
                font-weight: 400;
                letter-spacing: 0px;
                text-align: center;
                /*vertical-align: top;
                max-width: 550px;*/
                color: #727586;
                /*margin: 0px;*/
            }

            a:hover {
                cursor: pointer;
                color: #673DE6;
                text-decoration: underline;
            }

            a {
                text-decoration: none;
            }

            h1 {
                font-family: 'DM Sans', sans-serif;
                font-size: 24px;
                font-weight: 700;
                letter-spacing: 0px;
                text-align: center;
                margin: 8px;
            }

        </style>