  .dashboard {
    background: url("../images/1.jpg");
    padding: 2rem;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    width: 100%;
  }
