body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 15px;
}

.progress {
    height: 25px;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.jumbotron {
    padding: 4rem 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}