body {
  margin-top: 0;
  background-color: white;
}

.menu-content > div > img {
  width: auto;
  max-height: 3rem;
  margin: 1rem auto;
}

div:has(> h2) {
  padding-top: 0.8rem !important;
  padding-bottom: 0 !important;
}

h2 {
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
}

a.back-to-dashboard {
  color: #6e54d7;
  padding: 12.5px 20px;
  text-decoration: none;
}

a.back-to-dashboard:hover {
  color: #b4a7ea;
}
