html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f9f9f9;
  margin-top: 76px;
  height: calc(100% - 76px);
}

section {
  padding: 50px 0;
}

.green-background {
  background-color: #13878a;
  color: white;
}

.align-items-center {
  text-align: center;
}

a {
  color: #13878a;
}

input:focus, textarea:focus {
  outline-color: #13878a;
}

.btn-primary {
  color: #333 !important;
  background-color: #ccc !important;
  border-color: transparent !important;
}

.btn-primary:hover {
  filter: brightness(90%);
}
