html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
}

.banner-image {
    align-self: center;
    padding-right: 1em;
}



.number {
    height: 30px;
    width: 30px;
}

.pda-logo {
    max-width: 25%;
}

.main-container {
    background-color: white;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.privacy {
    text-align: center;
    border-top: 1px solid #dee2e6;
}