.link_educational_loan{
    color: black;
    padding: 10px;
    border: 2px solid #18bf29;
}

.link_educational_loan:hover{
    text-decoration: none;
    color: white;
    background-color: #18bf29;

}