﻿        form div {
            margin: 0.3em 0em;
            font-size: 15pt;
        }





        body {
            background: hsl(204, 50%, 50%);

            background: linear-gradient(135deg, hsl(185, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(200, 100%, 70%), hsl(204, 0%, 100%));
        }

        h1 {
            font-size: 34pt;
            color: hsl(198, 80%, 40%);
            margin-bottom: 0.2em;
            margin-top:0.1em;
        }

        h1 em {
            color: hsl(185, 80%, 45%);
            font-style: normal;
        }

        h2 {
            font-size: 16pt;
            color: hsl(198, 80%, 30%) ;
        }

        div.container {
            
            max-width: 950px;

        }
        div.innerContainer {
            padding: 25px;

        }

        div.main-panel p {
            max-width: 800px;
        }

        div.main-panel {
            /*
            border: 1px solid black;
                */
            max-width: 950px;

            margin-top: 0px;
            
            background: hsl(204, 0%, 100%);

            background: linear-gradient(290deg, hsl(204, 0%, 100%), aqua); /* estimate using webxsp that hue is  176 for aqua, 185 is also amazing */

            background: linear-gradient(135deg, hsl(176, 100%, 50%), hsl(204, 0%, 100%));

            background: linear-gradient(135deg, hsl(185, 100%, 90%), hsl(204, 0%, 100%));

            background: hsl(204, 0%, 100%);

            
            padding: 20px;
            padding-top: 20px;
            border-radius: 10px;
        }

        div.main-panel div.heading {
            color: hsl(0, 0%, 10%);
            font-size: 12pt;
            margin-top: 1em;
            margin-bottom: 0.5em;

            font-weight: bold;
            color: hsl(0, 0%, 30%);
        }

        input[type=text] {
            height: 20px;
            width: 280px;
        }

        div.main-panel div.about-field {
            padding: 0px;
            line-height: 1.4;
            font-size: 7pt;
            width: 240px;
            padding-right: 2em;
            color: hsl(0, 0%, 0%);
        }

        ul {

        }

        ul li {
            line-height: 1.4;
            font-size: 12pt;
            width: 240px;
            padding-right: 2em;
            color: hsl(0, 0%, 10%);
        }

        p {
            
        }

        ul li, p {
            color: hsl(0, 0%, 10%);
        }



        input[type=text], div.join-form div.about-field {
            width: 290px;
        }

        input[type=submit] {
            padding: 10px;
            font-size: 12.5pt;
            
            height: 40px;
            margin-left: 50px;
        }

        div.button-div {
            margin-top: 2em;
        }

        p {
            font-size: 12pt;
        }

        ul li {
            margin: 0.5em;
        }

        div.main-panel a {
            color: hsl(190, 100%, 50%);
            font-size: 14pt;
        }

        div.main-panel a:hover {
            color: hsl(198, 100%, 70%);
        }

        p.example {
            font-weight: bold;
            color: hsl(201, 50%, 30%);
            font-size: 1.05em;
            line-height: 1.3;
        }

        div.current-hash {
            text-align: right;
            font-size: 5pt;
        }


        div.tag-line {
            line-height: 1.5;
            color: hsl(185, 80%, 45%);

            color: hsl(185, 80%, 40%);
            font-size: 14pt;
        }

        div.tag-line em {

            color: hsl(198, 80%, 30%);
            color: hsl(198, 80%, 35%);

            font-style:normal;
            font-size: 22pt;
            text-transform: uppercase;
        }

        h2.how-it-works {
            font-size: 24pt;
            color: hsl(185, 80%, 30%);
        }

        strong.network {
            color: hsl(185, 80%, 40%);
        }

        section {
            margin: 0.8em;
        }

        p.links a {
            display: inline-block;
            padding:0.5em 1em;
        }
        
        