.style-background{
  background-color: #9996CB;
  background-image: url("/img/frame.png");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; 
}

.dashboard-image {
  max-height: 50%;
}

.dashboard-image img {
  height: 60%;
  right: 50%;
  bottom: 0;
  position: fixed;
}

.welcome-text {
  max-height: 50%;
  padding: 5%;
  position: fixed; 
}

.welcome-text .navbar-brand {
  width:160px;
  margin-bottom: 1rem;
}

@media (max-width: 926px) {
  .welcome-text {
    position: static; 
  }
  .welcome-text .navbar-brand {
    width:130px;
    margin-left: 25%;
  }
}