.auto-style-1 { margin-top:100px }
.auto-style-2 { font-size:1.5em }
.auto-style-3 { background: #1d3684 }
.auto-style-4 { color: #fff;font-weight:700 }
.auto-style-5 { font-size:18px }
.auto-style-6 { color:red }
.auto-style-7 { color:blue }

/* Extracted <style> blocks */
* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #bar-ul a {
      color: white;
    }

    #copyright .card {
      position: relative;
      display: flex;
      flex-direction: column;
      background-color: unset;
      border: none;
      border-radius: 0;
      color: white;
    }

    .site-footer .col {
      max-width: unset;
    }

    .site-footer .column,
    .site-footer .column1 {
      float: left;
    }

    .site-footer .column {
      width: 60%;
    }

    .site-footer .column1 {
      width: 20%;
    }

    label.btn {
      font-size: 16px;

    }

    .inf b {

      color: black;
    }

    a.btn {
      background-color: #1d3684;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      padding: 14px 20px;
      border: 0;
      cursor: pointer;
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    @media screen and (max-width: 600px) {

      .site-footer .column,
      .site-footer .column1 {
        width: 100%;
        display: block;
        margin-bottom: 1.4em;
      }
    }

    @media only screen and (max-width: 767px) {
      .site-footer .col {
        width: 100% !important;

      }
    }

.banner-container {
        max-width: 1200px;
        margin: 30px auto 0 auto;
        border: 5px solid #ccc;
      }

      .banner-container img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }