.button-light {
    text-align: center;
    padding: 30px;
    background:#0066cb; 
}

.btn-light {
    background-color:#0066cb;
}

.btn-light:hover {
    background: white;
    color:#0066cb;
}


