﻿.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    font-size: 50px;

}
.centerdashboard {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    font-size: 50px;
   /* //width: 60%;*/
   /* max-width: 50%;*/

    margin-left:45%;
   /* transition:ease;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 15px;
    z-index: 40;
  /*  bottom: 20px;*/
    display: flex;
    justify-content: center;
    /*align-items: end;*/
  /*  box-shadow: 0px 6px 20px #202020;*/
}
