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;
}

body {
    margin-bottom: 40px;
    background-color: rgba(245, 245, 248, 1);
}

.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;
}

#animation-01-container {
    height: 400px;
    width: 300px;
    padding: 5px;
}

#animation-01 {
    height: 100%;
    width: auto;
}

#animation-01-container {
    position: relative;
}

    #animation-01-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5); /* Adjust opacity as needed */
    pointer-events: none; /* Ensures it doesn't interfere with the video */
}

#footer- {
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    background: #CCCCCC;
    padding: 0 15px 0 15px;
    /*    text-align: center;*/
}

div#card-01-internal {
    border: 10px solid white;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 5rem;
    padding-bottom: 5rem;
}