.container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

nav .nav-active {
  border-bottom: 5px solid #ffcd00;
}

nav .navbar-logo {
  width: 8rem;
}

nav .navbar-light .navbar-toggler {
  color: #ffcd00;
  border-color: #ffcd00;
}

body .pill-fit {
  width: fit-content;
}