                          body {
                               background: #F5F4EF;
                               background-image: url('NewClouds.jpg');
                               background-repeat: no-repeat;
                               background-attachment: fixed;
                               background-size: cover;
                        
                               color: #000305;
                               font-size: 87.5%; /* Base font size: 14px */
                               font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida G    rande', 'Lucida Sans', Arial, sans-serif;
                               line-height: 1.429;
                               margin: 0;
                               padding: 0;
                               text-align: left;
                               height: 100%;
                               display: flex;
                               flex-direction: column;
                            }
                            .header {
                             max-width: 800px;
                             margin: 0 auto;
                             z-index: 2;
                            }
                            .footer {
                             max-width: 800px;
                             flex-shrink: 0;
                             margin-top: 10px;
                             /* margin: 0 auto; */
                            }
                            .grid-2x1-layout {
                              top: 0;
                              display: grid;
                              grid-template-columns: 150px 1fr;
                              align-items: center;
                              min-height: 25px;
                            }
                            .grid-5x1-layout {
                              padding.top: 2em;
                              margin-top: 20px;
                              min-height: 400px;
                              display: grid;
                              grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr;
                              text-align: center;
                              /* align-items: center; */
                            }
                            /* Headings */
                            h1 {font-size: 2em }
                            h2 {font-size: 1.571em} /* 22px */
                            /* h3 {font-size: 1.429em}  /* 20px */
                            h4 {font-size: 1.286em} /* 18px */
                            h5 {font-size: 1.143em} /* 16px */
                            h6 {font-size: 1em}     /* 14px */

                            h1, h2, h3, h4, h5, h6 {
                                font-weight: 400;
                                line-height: 1.1;
                                margin-bottom: .8em;
                                font-family: 'Yanone Kaffeesatz', arial, serif;
                            }
                            .motto {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                background-color: DodgerBlue;
                                color: Black;
                                font-weight: bold;
                                font-size: clamp(10px, 2vw, 25px);
                                height: 100%;
                              }

                              .innermotto {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                background-color: DodgerBlue;
                                color: Black;
                                font-weight: bold;
                                font-size: clamp(10px, 2vw, 25px);
                                margin: 20px;
                              }

                            .central-body {
                                position: relative;
                                padding-top: 20px;
                                margin: 0 auto;
                                text-align: center;
                                align-items: center;
                                height: flex;
                                max-width: 800px;
                            }

                            .central-widebody {
                                position: relative;
                                padding-top: 20px;
                                margin: 0 auto;
                                text-align: center;
                                align-items: center;
                                height: flex;
                            }

                              .submotto {
                                display: block;
                                justify-content: center;
                                align-items: center;
                                text-align: left;
                                background-color: skyblue;
                                color: Black;
                                font-weight: bold;
                                padding: 20px;
                              /*  font-size: 1vw; */
                                font-size: clamp(10px, 2vw, 25px);
                               /*  border-style: solid;
                                border-width: 1px;
                                border-color: red; */
                              /* height: 80%; */
                              }

                              span.a {
                                display: block;
                                color: DarkBlue;
                                background-color: CadetBlue;
                                /* height: 20%;*/
                                width: 100%;
                               }

                               span.b {
                                display: block;
                                color: DarkBlue;
                                background-color: CadetBlue;
                                height: 100%;
                                width: 100%;
                               }
