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;
    font-family: sans-serif;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}





.wrapper {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
}

.container2 {
    max-width: 800px;
    width: 100%;
/*    background: #fff;
*/    padding: 2rem;
/*    box-shadow: 0 0 10px rgba(0,0,0,0.05);
*/    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .container2 img {
        align-self: flex-start;
    }

    .container2 h3,
    .container2 p,
    .container2 ul {
        text-align: left;
    }

    .container2 ul {
        padding-right: 1rem;
    }

    .container2 a {
        color: #0066cc;
        text-decoration: none;
    }

/*@@media (min-width: 768px) {
    .container2 {
        padding: 3rem;
    }
}*/