html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Segoe UI';
    font-size: 0.85em;
}
.fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0.25em;
   
}
.small-legend {
    font-size: 0.9rem; /* Adjust as needed, e.g., 0.8rem or 12px */
}

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}


