body {
   background-color: #00BFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;   /* horizontal zentrieren */
   align-items: center;       /* vertikal zentrieren */
   height: 100vh;             /* volle Höhe des Viewports */
   text-align: center;
   box-sizing: border-box;
}

#container {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

#wb_Image1 {
   vertical-align: top;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}

#Image1 {
   width: 185px;
   height: auto;
   border: none;
   box-sizing: border-box;
}

#wb_Text1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 0 0;
   text-align: center;
}

#wb_Text1 div {
   text-align: center;
}