      /* Main Content */

      .content-area {

        /* grid-column: 2 / 3; */
        /* grid-row: 1 / -1; */
        /* Already defined in mainbody.css  */

        margin-top: 35px;
        display: grid;
        /* grid-template-rows: 150px repeat(11, auto) 150px; */
        grid-template-rows: auto;
        row-gap: 35px;
        grid-template-columns: 100%;

      }


      .container-top-ad {

        border: 2px dashed black;
        font-size: larger;
        display: grid;
        align-items: center;
        justify-items: center;
      }


      .container-bottom-ad {

        border: 2px dashed black;
        font-size: larger;
        display: grid;
        align-items: center;
        justify-items: center;
      }

      .container {
        /* margin-top: 30px; */
        /* background-color: bisque; */

        background-color: red;
      }

      iframe {
        border: none;        
      }

      