
html,body {
          font-family: Arial, sans-serif;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 768'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='239.67' y1='855.23' x2='606.28' y2='-152.04' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d5e6f2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%3E%3Cpath fill='url(%23a)' d='M0 0h1024v214L786.37 768H0V0z'/%3E%3C/g%3E%3C/svg%3E%0A");background-attachment: fixed;background-position-x: 100%;
background-position-y: 0px;
background-repeat: no-repeat;
background-size: 100%;min-height: 100vh;

        }    
        h1 {font-size: 18px;}
        h2 {font-size: 16px;}
        .before-launch {
          padding-top: 140px;
          min-height: 70vh;
          display: flex;align-items: center;justify-content: center;
        }
        .before-launch-container {
          width: 98%;max-width: 425px;
          text-align: center;
        }
        .before-launch-text {margin: 20px;font-size: 13px;}
          input[type="search"] {
            height: 42px; background: aliceblue; font-size: 16px; flex: 1 1 260px; outline: 0; border: solid 1px #88cdf7; border-radius: 5px; padding: 6px;
          }
          input[type="search"]::placeholder  {font-size: 13px;}
          button[type="submit"] {
            margin-left: 6px;
            line-height: 30px;
            padding: 0px 5px;
            font-size: 13px;
            background-color: #007bff;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;height: 40px;
            font-weight: bold;text-align: center;flex:1 1 80px;
          }
          .autocomplete-link {color: #333;font-size: 12px;}
          small {display: block;text-align: center;margin-bottom: 16px;}
          .flex1 {align-items: center;display: inline-flex;box-sizing: border-box;width: 100%;}
          .dem-logo {
            text-transform: uppercase;
            font-size: 48px;
            font-weight: bold;
            display: flex;
            gap: 2px;justify-content: center;
          }

          .dem-logo .blue {
            color: #4285F4;
          }

          .dem-logo .red {
            color: #EA4335;
          }

          .dem-logo .yellow {
            color: #FBBC05;
          }

          .dem-logo .green {
            color: #34A853;
          }
          .search-results {font-size: 14px;height: 500px;position: relative;max-width: 300px;
    margin: 0px auto;}
          .search-result {background: #f4f9fc; margin: 5px 0px; border-radius: 8px; border: solid 1px #d7e8f4;padding: 4px 8px;color: #4285f4;display: block;}
          .search-result > span {display: block; text-decoration: none; color: #555; font-size: 11px; margin: 4px 0px;}
          .list-overflow[overflow] {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b0b0b0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
          }
          .footer {width:90%;max-width:320px;margin:0px auto;text-align:center}
          .footer > a {color:#88cdf7;font-size:12px;}
