            body {
                background-color: #f5f5f5;
                font-family: system-ui;                
            }

.red { color: #ff00d4; }
.blue { color: #0000ff; }
.black { color: #000000; }
.white { color: #ffffff; }


.call-to-action {
    border: 1px solid black;
    border-radius: 15px;
    padding: 7px 14px 7px 14px;
    margin-left: -16px;
    width: fit-content;
    background-color: #d2e4f9;
}
.call-to-action a { text-decoration: underline !important;}

            .container {
                width: 80%;
                margin: 0 auto;
                text-align: center;
            }

            .header {
                padding: 20px;
                background-color: #d2e4f9;
                border-radius: 0 0 5px 5px;
            }
            .header p {
                font-size: 0.9em;
                font-weight: 300;
                line-height: 0.9em;
                font-family: monospace;
                margin: 0 20px 0 20px;
                color: #74aaec;
                text-shadow: -1px 1px 0px #000000;
            }
            .logo {
                width: 125px;
                margin: 0 auto;
                border-radius: 100%;
                box-shadow: 5px 5px 5px 0 #cfcfcf;
            }

            .title {
                font-size: 2rem;
                font-weight: bold;
                font-family: monospace;
                color: #74aaec;
                text-shadow: 1px 1px 1px #213d6d, -1px -1px 1px white;
            }

            .form {
                margin-top: 20px;
                padding: 20px;
                background-color: cornflowerblue;
                border-radius: 5px;

            }

            .form label {
                font-size: 14px;
                color: #d2e4f9;
            }

            .form select {
                width: 200px;
                /*padding: 10px;*/
                margin-bottom: 20px;
            }

            .form input[type="submit"] {
                width: 200px;
                padding: 10px;
                margin-bottom: 20px;
                /*background-color: #f1f1f1;*/
            }

            .form .error {
                font-size: 12px;
                color: red;
            }

            .rxb-widget {
                margin-top: 20px;
                padding: 20px;
                background-color: #1f3b6e;
                border-radius: 5px;
                overflow: scroll;
            }
            div.widget-container {
                border: 5px dashed #8b8989;
                width: max-content;
                margin: auto auto;
                padding: 20px;
                background-color: #fff;b
                box-shadow: 1px 1px 2px 0px #999999;
                white-space: pre-wrap;
            }         
            .widget-source {
                margin-top: 20px;
                padding: 20px;
            }
            .widget-source code {
                text-align: left;
                background-color: black;
                display: flex;
                padding: 15px 50px 20px 25px;
                border-radius: 10px;
                color: ghostwhite;
                margin: 0 0 10px 14px;
          }            

            .widget img {
                width: 200px;
            }

            .source-icons {
                display: flex;
                float: left;
                position: relative;
                top: 105px;
                left: 60px;
                height: 24px;
                padding: 0;
                /* background-color: black; */
                /* margin: 0; */
            }
            .source-icons svg {
                border: 1px solid lightgrey;
                padding: 1px 4x;
                border-radius: 5px;
                box-shadow: 1px 1px 0px 0 #858484;
                /* color: lightblue; */
            }
            .svg-icons svg {
                background-color: #F3F4F7;
            }
            .footer {
                margin-top: 20px;
                padding: 20px;
                background-color: #ffffff;
                border-top: 1px solid grey;
            }

            .social-media {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

            .social-media li {
                display: inline-block;
                margin-right: 10px;
            }

            .social-media img {
                width: 20px;
            }
            .social-media svg {
                height: 25px;
            }
            .footer {
                text-align: center;
            }
            .copyright {
                font-size: 16px;
                font-weight: 400;
            }
            article {
                margin: 30px 20px 20px 37px;
            }
            article p,
            article li {
                font-size: 14px;
                text-align: left;
                font-weight: 400;
                
            }
            article p:first-of-type, article p:last-of-type {
                font-weight: 500;
            }
 
            .definition-widget {
                text-align: left;
            }            
 

 @media (max-width: 991px) {
  /* Your styles for tablets and mobile devices go here */
  .container {
      width: unset;
  }
  article {
      margin: 30px 20px 20px 37px;
  }
  article p {
      font-size 16px;
  }
  .container div {
      border-radius: unset;
      margin: 0;
  }
  .form {
      margin: unset;
  }
}