html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

.container {
    /*text-align: center;*/ /* Center the content */
    /*padding-top: 5px;*/
    margin-top: 5px;
}

.logo {
    max-width: 320px; /* Set max-width for the logo */
    /*margin-bottom: 20px;*/ /* Add space below the logo */
}

.iframe-container {
    /*position: relative;*/
    width: 100%;
    max-width: 100%; /* Limit the width of iframe */
    height: 100%;
    margin: 0 auto; /* Center the iframe */
}

    .iframe-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
.responsive-img {
    width: 50%;
    height: 50%;
    max-width: 50%;
}