div#container
{
   width: 1000px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body:before
{
   content: "";
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: -1;
   background-image:       radial-gradient(circle at 20% 40%, rgba(34,197,94,0.70), rgba(34,197,94,0.00) 50%),
      radial-gradient(circle at 60% 20%, rgba(34,211,238,0.70), rgba(34,211,238,0.00) 45%),
      radial-gradient(circle at 80% 70%, rgba(244,114,182,0.60), rgba(244,114,182,0.00) 55%),
      linear-gradient(to bottom right, rgba(59,130,246,1.00), rgba(59,130,246,1.00));
}
body
{
   background-color: #22C55E;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
