/* AccountAPI Styles */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.letter-spacing-3 {
  letter-spacing: 0.3em;
}

.card {
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.list-group-item.active-link {
  background-color: #0d6efd;
  color: white;
}

.navbar-brand i {
  font-size: 1.3em;
}
