:root {
  --bs-dropdown-link-active-bg: #f0f0f3;
}

.btn {
  border-radius: 2px;
}

.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
}

.img-fluid {
  border-radius: 4px;
}

@media (min-width: 576px) {
  a {
  }
}

::selection {
  color: #101010;
  background: #F0F0F3;
  text-shadow: none;
}

.card {
  border-radius: 8px;
}

