.card1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
        height: 75px;
}


.header1 {
    top: 0;
    background-color: #212A3E;
    color: white;
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 1;
    display: block;
}

.nav-items1{
    padding: 10px 10px;    
    width: auto;
    height: 20px;
    border: none;
    outline: 0;
}

.nava {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

.buton1{
    white-space: normal;
}

.to-right{
    float: right !important;
}

.padding-large{
    padding: 12px 24px !important;
}