html {
    overflow-x: hidden;
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
    tab-size: 4; /* 3 */
    font-family: "Anivers", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

html, body {
    height: 100%;
    margin: 0;
    display: grid;
}
.full-height {
    grid-row: 1 / -1;
}

.footer {
    background-color: #f1f1f1;
    padding: 2rem;
    text-align: center;
}

.warning-container {
    display: flex;
    align-items: center; /* Align items vertically */
}

.item2 {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1rem;
}


.jkDgTT {
    width: 100%;
    height: 60px;
    min-height: 60px;
    background-color: rgb(255, 255, 255);
    position: relative;
    flex: 0 1 auto;
}

.jYxGEJ {
    width: 100%;
    height: fit-content;
    margin: auto;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-start;
    margin-left: 45px;
    padding-bottom: 30px;
}

.jYxGEJ img {
    width: 121px;
    height: 57px;
}

.bGgcaH {
    width: 100%;
    height: 40px;
    min-height: 40px;
    background: rgb(220 224 240);
    border-top: 4px solid rgb(46 78 161);
    position: relative;
    flex: 0 1 auto;
}

p {
    font-family: "Anivers", sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%; /* Ensures the container doesn't exceed the viewport width */
    overflow-x: hidden; /* Prevents horizontal overflow */
}

.content {
    flex: 1;
    background: white;
}