.button-light {
    text-align: center;
    padding: 60px;
    background:#0F68C9; 
}

.btn-light {
    background-color:#0F68C9;
}

.btn-light:hover {
    background: white;
    color:#0F68C9;
}


