.bm1
{
    color: #0170b8;
    font-weight: bold;
}
.bm2
{   
    color: #004685;
    font-weight: bold;
}
.bm3
{
    color: #e82c19;
    font-weight: bold;
}
.logoh1
{
    color: white;
    margin-left: 10;
    font-family: inherit;
    opacity: 95%;
}

.page-up1
{
    background: #3a424b;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border-bottom: 1px solid var(--vz-header-border);
}

.card2
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 300px;
    max-width: 760px;
    padding: 20px 20px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background: white;
}