body {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
}

.story-ring {
  width: 65px;
  height: 65px;
  border-radius: 50%;
 
  padding: 2px;
}

.story-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.logoo img{
  width: 100px;
}
textarea.form-control {
  resize: none;
  background-color: #f1f3f5;
  border: none;
}

textarea.form-control:focus {
  box-shadow: none;
}

.post-card img {
  object-fit: cover;
  max-height: 460px;
}

.badge {
  font-size: 0.7rem;
}

select.form-select {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.85rem;
  color: #555;
}

select.form-select:focus {
  box-shadow: none;
  border: none;
}
.footer-logo {
  width: 130px;
}

.footer h6 {
  margin-bottom: 0.75rem;
}