.unBgDark{
    /* background-color: rgba(4, 53, 19, 0.877); */
    background: rgba(0, 0, 0, 0);
    color: aqua !important;
}
.unDashboardBg{
    background-image: url('/assets/imgs/greenbg.jpg');
    background-color: rgb(9, 54, 5);
    background-size: cover;
    background-repeat: no-repeat;
}

.unH1 {
    font-family: 'VT323', monospace;
    font-size: 38px;
    text-align: center;
    margin: 20px;
    color: white;
}

.unBigH1 {
    font-family: 'VT323', monospace;
    font-size: 58px;
    text-align: center;
    margin: 20px;
    color: white;
}
