.dashboard {
  background: url("../../../assets/images/1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
