html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

main.flex-grow-1 {
  flex: 1;
}

.icon-mail {
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
}

.my-footer {
  background-color: #e9fbfb;
}

label {
  font-weight: 500;
  font-size: 1.1em;
  vertical-align: middle;
}