/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 24, 2022, 2:49:28 PM
    Author     : User
*/
.card:hover{
    border-bottom: solid 4px #1f8ac0;
}

.card-header{
    background-color: #1f8ac0;
    color: #fff;
    text-align: center;
}

.card-body{
    background-color: #efc9af;
    color: #104c91;
}
