﻿        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%));
        }

        h1 {
            font-size: 26pt;
            color: hsl(198, 80%, 30%);
            margin-bottom: 1em;
            margin-top:0.5em;
        }

        h1 em {
            color: hsl(185, 80%, 45%);
            font-style: normal;
        }

        h2 {
            font-size: 20pt;
            color: hsl(198, 80%, 30%);
        }

        div.container {
            
            max-width: 600px;
            

        }
        div.innerContainer {
            padding: 25px;

        }

        div.main-panel {
            
            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%);

            max-width: 400px;
            padding: 50px;
            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%);
        }

        input[type=text] {
            height: 1.8em;
            font-size: 12pt;
        }

        input[type=text], div.main-panel 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;
        }

        div.checkboxes {
            margin-top: 1em;
            margin-bottom: 1em;
            font-size: 12pt;
        }

        div.main-panel a {
            color: hsl(190, 100%, 45%);
        }

        div.main-panel a:hover {
            color: hsl(198, 100%, 70%);
        }

        div.audio-holder-hidden {
            display:none;
        }

        div.audio-holder-displayed {

            display: unset;
            height: 100px;

        }



        div.site-info a {
            color: hsl(87, 100%, 86%);
            color: hsl(87, 100%, 45%);

            color: hsl(87, 50%, 50%);

            color: hsl(198, 95%, 39%);

            font-size: 1.2em;

        }

        div.site-info a:hover {

            color: hsl(198, 95%, 46%);
            
        }

        div.site-info strong {
            color: hsl(198, 95%, 30%);

            font-size: 1.2em;

        }

        div.site-info {
            margin-bottom: 30px;
        }