body {
    min-height: 100vh;
    /* background-image: url('https://source.unsplash.com/random?eco,car'); */
}
#main {
    min-height: 100% !important;
}
.txt-copyright {
    text-shadow: 2px 2px 2px #555 !important;
}
textarea {
    resize: none;
}
#view {
    min-height    : 100%;
    padding-top   : 5.0rem;
    padding-bottom: 5.0rem;
}
/*  */
.nav-top {
    /* padding-left: 0.4rem; */
    font-weight: bold;
    text-shadow: 2px 2px 2px #16a085 !important;
}
.dash-card-txt {
    font-size  : 0.8rem;
    font-weight: bold;
}
.btn-google-sign {
    width : 65%;
    filter: drop-shadow(2px 2px 2px #333)
}
.perferance-user-photo {
    width        : 35%;
    margin-top   : 2.0rem;
    margin-bottom: 2.0rem;
}
.nav-tab {
    text-decoration: none;
}
.nav-tab-foot-text {
    font-size: 0.7rem;
}
.nav-tab-on {
    text-shadow: none;
}
.nav-tab-off {
    text-shadow: 2px 2px 2px #16a085 !important;
}