.white {
    background: #ffffff;
    padding: 5px 35px;
    text-decoration: none;
    color: #1b75b5;
    font-weight: bold;
    
}

.white:hover {
    background-color: #ffffff;
}
