body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    min-width: 400px;
}

.prez-chara {
    max-height: 100%;
    max-width: 200px;
}

.brand-logo {
    width: 400px;
    max-width: 75%;
}

.network-icon {
    height: 28px;
    width: 28px;
}

.gv-footer {
    height: 50px;
}

.gv-min-vh-100 {
    min-height: calc(100vh - 50px) !important;
}

@media screen and (min-width: 1400px) {
    .prez-chara {
        max-width: 400px;
    }
}