section.mt-5 {
  margin-top: 80px !important;
  min-height: 100vh;
}

.container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.card {
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  section.mt-5 {
    margin-top: 60px !important;
  }

  .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.layout-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

body {
  padding-top: 20px;
}

.profile-img-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.profile-img {
  object-fit: cover;
  border: 2px solid #dee2e6;
}
