.navbar-brand {
  font-weight: 700;
  letter-spacing: 5px;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.f-card-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.card-text-wrapper :last-child {
  margin-bottom: 0;
}

.card-text-wrapper :first-child {
  margin-top: 0;
}

.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #ffffff;
}

.contact-button:hover {
  color: #ffffff;
  border-color: #ffffff;
}

