.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

#dashboardContent {
  width: 100%;
  max-width: 1200px;
}

