@font-face {
  font-family: 'InterRegular';
  src: url('../fonts/inter/InterRegular.eot');
  src: url('../fonts/inter/InterRegular.eot') format('embedded-opentype'),
  url('../fonts/inter/InterRegular.woff2') format('woff2'),
  url('../fonts/inter/InterRegular.woff') format('woff'),
  url('../fonts/inter/InterRegular.ttf') format('truetype'),
  url('../fonts/inter/InterRegular.svg#InterRegular') format('svg');
}

body {
  font-family: 'InterRegular', sans-serif;
  background-color: #f9f9f9;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.well {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 400px;
}

.btn-primary {
  background-color: #005b4c;
  border-color: #005b4c;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
background-color: #373535;
border-color: #373535;
color: #FFFFFF;
}

h2 {
  margin-bottom: 19px;
}