/**
 * Customize CSS
 *
 * @author We Both
 * @version 1.0
 *
 * "You can add your own style below this comment".
 */

.card-profile{
    min-height: 200px;
}

.card-body {   
    padding: 0;
}

.footer__brand .footer-logo {    
    margin-bottom: 0; 
}

.footer-content {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

header .navbar{
    background-color: #fff;
}