body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.container {
  width: 25%;
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  flex-direction: column;
}

.container {
  width: 90%;
  max-width: 800px;
  text-align: center;
}

hr {
  width: 25vw;        /* 1/4 of screen width */
  max-width: 25%;
  min-width: 120px;
  margin: 20px auto;
}
.dashboard-menu {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.dashboard-menu a {
  text-decoration: none;
  color: #c2185b;
  font-weight: bold;
}

.dashboard-menu a::after {
  content: "|";
  margin-left: 14px;
  color: #999;
}

.dashboard-menu a:last-child::after {
  content: "";
}

.hero-img {
    width: 320px;   /* increase this */
    max-width: 80%;
    height: auto;
    display: block;
    margin: 20px auto;
}
