body {
  background-color: #f0f2f5;
}

#mainContainer {
  max-width: 600px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 2.0rem;
    color: #ffffff !important;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.container-fluid {
    position: relative;
}

.navbar {
    background-color: #990000 !important;
    color: #ffffff !important;
    height: 80px;
    display: flex;
    align-items: center;
}
#profileDropdown {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}
#user-avatar {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
}


.howl {
  background-color: #ffffff;
  border: 2px solid #990000;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.howl-author {
  display: block;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
  margin-bottom: 0.25rem;
}

.howl-author:hover {
  text-decoration: underline;
  color: #000000;
}

.howl p {
  margin-bottom: 0.25rem;
  color: #212529;
}

.howl small {
  color: #6c757d;
}

