.card-img-top{
    max-height: 195px;
}
.blue{
    padding: 6px 6px;
    background-color: #0369d6;
    border: 1px solid #0369d6;
    font-size: 0.7rem;
    color: #fff !important;
    border-radius: 25px;
    transition-duration: .6s;
}
.blue:hover {
    background-color: transparent;
    color: #0369d6 !important;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.project{
    padding: 16px 16px;
    background-color: #0369d6;
    border: 1px solid #0369d6;
    font-size: 1rem;
    color: #fff !important;
    border-radius: 25px;
    transition-duration: .6s;
}
.project:hover {
    background-color: transparent;
    color: #0369d6 !important;
}
.text{
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}
.card-footer {
    border-top: none;
    background: none;
}
footer{
    padding-top: 5px;
    background-color: #A9A9A9;
    color: #fff;
}