html {
  font-size: 14px;
}

  html {
    font-size: 16px;
  }


html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.form-control:focus {
    border-color: dimgrey !important;
    box-shadow: none !important;
}

@media (max-width:960px) {
    .py-4.page-button {
        margin-bottom:0px!important;
    }

}