html, body {
    height: 100%;
    line-height: 1.4;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Set minimum height to full viewport height */
}

main {
    flex: 1; /* Allow main content to grow and fill available space */
}

header {
    background-color: #1c549b !important;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.textLogo {
    height: 16px;
}

footer {
    background-color: #1c549b !important;
    padding: 10px;
    text-align: center;
    color: #ffffff;
}

.row {
  min-width: 550px
}