body {
  background-color: #f5f8fa;
  font-family: Arial, sans-serif;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
}

.card {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.howl-avatar {
  object-fit: cover;
}

.btn-primary {
  background-color: #990000;
  border-color: #990000;
}

.btn-primary:hover {
  background-color: #7a0000;
  border-color: #7a0000;
}

.navbar {
  background-color: #990000 !important;
}

footer {
  border-top: 2px solid #990000;
  background-color: white;
  padding: 10px 20px;
  text-align: center;
  margin-top: 40px;
}