.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.container {
  background-color: rgba(255, 255, 255, 0.7);
}

body {
  background-attachment: fixed;
  /* background-image: url(../img/back.jpg); */
  background-color: #1b6313;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

p {
  font-size: 22px;
  line-height: 35px;
}

a {
  color: #38bbc9;
  text-decoration: none;
}

a:hover {
  color: #27828c;
  text-decoration: none;
}