          
        .card {
            background-color: #163963;
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            width: 300px;
            height: 250px;
            color: #ffffff;
        }
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
        }
        .card-body {
            padding: 20px;
        }
        .card-title {
           font-family: gelasio;
    font-size: 89%;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000000;
        }
        .card-subtitle {
            font-size: 0.9rem;
            margin-top: 10px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px black;
        }
        
        .white-line {
            border: 0;
            height: 1px;
            background: #ffffff;
        }
        .card svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    color: #ffff;
        }
        .btn-link {
            display: inline-block;
            align-items: center;
            margin-top: 20px;
            text-decoration: none;
            color: #ffffff;
            font-weight: bold;
            transition: color 0.3s ease-in-out;
        }
        .btn-link:hover {
    color: #005ba3;
    text-decoration: underline;
}
        .btn-link {
            color: #ffff;
        }
       
        .sidebar h2 {
    margin: 0 0 .5rem;
    border-bottom: 0px solid #112d4e;
     font-family: gelasio;
    font-size: 89%;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000000;
}
hr
	{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffffff;
	}