/* Custom styles */
:root {
  --bs-primary: #ff0000;
}
.btn, .nav-link, .form-control, select {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
}

.navbar .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container {
  max-width: 100%;
}
.navbar-brand{height: 77px;
    margin-top: -13px;
    margin-left: -12px;} 

.story-categories img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.story-categories a {
  width: 80px;
  text-align: center;
  color: inherit;
}
