html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.page-header {
  border-bottom: none !important;
}
.avatar {
  object-fit: cover;
  border-radius:50%;
  width: 64px;
  height: 64px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
a {
  color: black;
}

.review {
  margin-bottom: 30px;
}

/* Add padding to tab content for better spacing */
.tab-content {
    padding-top: 20px;
}

/* Ensure tab panes have some breathing room */
.tab-pane {
    min-height: 200px;
}
