body {
    margin: 0;
    padding: 0;
}

#background-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.center-div {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-div-dashboard{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Vertical Line  */

.pl {
    padding-left: 15%;
}

.font-weight {
    font-weight: 700;
}