/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/



h1 { font-size: 1.5rem;}
h2 {
    font-size: 1.35rem;;
}

h3 {
    font-size: 1.25rem;
    ;
}
footer { opacity:.8;}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
main {
    flex-grow: 1;
}

header, main, footer {
    flex-shrink: 0;
}

body {
    font-size: 14px;
}

.form-floating {
    margin-top: .5rem;
}